Click here to Skip to main content
15,910,211 members
Home / Discussions / C#
   

C#

 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok7-Apr-08 8:11
Vodstok7-Apr-08 8:11 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili7-Apr-08 8:17
mentorGiorgi Dalakishvili7-Apr-08 8:17 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok7-Apr-08 8:23
Vodstok7-Apr-08 8:23 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili7-Apr-08 8:33
mentorGiorgi Dalakishvili7-Apr-08 8:33 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok8-Apr-08 6:24
Vodstok8-Apr-08 6:24 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili8-Apr-08 6:39
mentorGiorgi Dalakishvili8-Apr-08 6:39 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok8-Apr-08 7:13
Vodstok8-Apr-08 7:13 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili9-Apr-08 0:10
mentorGiorgi Dalakishvili9-Apr-08 0:10 
If you want your T parameter to inherit from Class1 and Class2 it means that either Class1 must inherit from Class2 or Class2 from Class1. In either cases you will need to specify just one class as a base class in constraint list as it will automatically mean that T inherits from the second class too.

Giorgi Dalakishvili

#region signature
my articles
#endregion

GeneralPassing Data between 2 exes. Pin
Ian Uy7-Apr-08 6:01
Ian Uy7-Apr-08 6:01 
GeneralRe: Passing Data between 2 exes. Pin
Anthony Mushrow7-Apr-08 6:06
professionalAnthony Mushrow7-Apr-08 6:06 
GeneralRe: Passing Data between 2 exes. Pin
Christian Graus7-Apr-08 11:33
protectorChristian Graus7-Apr-08 11:33 
GeneralRe: Passing Data between 2 exes. Pin
Ian Uy7-Apr-08 19:06
Ian Uy7-Apr-08 19:06 
GeneralCyrillic Problem Pin
nike_arh7-Apr-08 5:17
nike_arh7-Apr-08 5:17 
Questionshowing form concurrently Pin
DoubleB7-Apr-08 5:15
DoubleB7-Apr-08 5:15 
GeneralProblem in uploading file with HttpWebRequest Pin
Chintan.Desai7-Apr-08 5:08
Chintan.Desai7-Apr-08 5:08 
GeneralRe: Problem in uploading file with HttpWebRequest Pin
Mark J. Miller7-Apr-08 6:01
Mark J. Miller7-Apr-08 6:01 
GeneralCross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
parth.p7-Apr-08 5:06
parth.p7-Apr-08 5:06 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
lsconyer7-Apr-08 5:20
lsconyer7-Apr-08 5:20 
AnswerRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
carbon_golem7-Apr-08 5:57
carbon_golem7-Apr-08 5:57 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
half-life7-Apr-08 8:20
half-life7-Apr-08 8:20 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. [modified] Pin
parth.p7-Apr-08 8:38
parth.p7-Apr-08 8:38 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
half-life7-Apr-08 9:02
half-life7-Apr-08 9:02 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
Luc Pattyn7-Apr-08 9:05
sitebuilderLuc Pattyn7-Apr-08 9:05 
GeneralRe: Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on. Pin
half-life7-Apr-08 9:07
half-life7-Apr-08 9:07 
Generalreturning strings from c to c# Pin
long_il7-Apr-08 4:47
long_il7-Apr-08 4:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.