Click here to Skip to main content
15,889,662 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing cameras without frameworks... Pin
Jacob Dixon7-Nov-09 14:38
Jacob Dixon7-Nov-09 14:38 
GeneralRe: Accessing cameras without frameworks... Pin
Christian Graus7-Nov-09 14:43
protectorChristian Graus7-Nov-09 14:43 
GeneralRe: Accessing cameras without frameworks... Pin
Jacob Dixon7-Nov-09 14:50
Jacob Dixon7-Nov-09 14:50 
GeneralRe: Accessing cameras without frameworks... Pin
Christian Graus7-Nov-09 14:52
protectorChristian Graus7-Nov-09 14:52 
GeneralRe: Accessing cameras without frameworks... Pin
Jacob Dixon7-Nov-09 14:55
Jacob Dixon7-Nov-09 14:55 
GeneralRe: Accessing cameras without frameworks... Pin
Christian Graus7-Nov-09 14:57
protectorChristian Graus7-Nov-09 14:57 
GeneralRe: Accessing cameras without frameworks... Pin
Jacob Dixon7-Nov-09 15:00
Jacob Dixon7-Nov-09 15:00 
QuestionArrays and the interfaces they implement. Pin
CaptainSeeSharp7-Nov-09 13:29
CaptainSeeSharp7-Nov-09 13:29 
The System.Array class implements several interfaces such as IList, IEnumberable, and so on. However, when defining an array of specific types such as string[] or Foo[] I have noticed those implement the generic versions of IList<T> and IEnumerable<T>.

I am at a loss where this is defined. For instance, I know that arrays are reference type object derived from System.Array, however looking at the IL I see no formal implementation of this.

It would be really nice if the SDK documentation would fill me in on these details, particularly the interfaces that are implemented. I have not seen where IList<T> and IEnumerable<T> are tagged on to System.Array and there is no System.Array<T>.

How am I supposed to know that string[] implements IList<string> and IEnumerable<string> if it isn't documented?


AnswerRe: Arrays and the interfaces they implement. Pin
Luc Pattyn7-Nov-09 13:46
sitebuilderLuc Pattyn7-Nov-09 13:46 
AnswerRe: Arrays and the interfaces they implement. Pin
Christian Graus7-Nov-09 14:23
protectorChristian Graus7-Nov-09 14:23 
AnswerRe: Arrays and the interfaces they implement. Pin
Dave Kreskowiak7-Nov-09 15:08
mveDave Kreskowiak7-Nov-09 15:08 
GeneralRe: Arrays and the interfaces they implement. Pin
CaptainSeeSharp7-Nov-09 16:46
CaptainSeeSharp7-Nov-09 16:46 
GeneralRe: Arrays and the interfaces they implement. Pin
Dave Kreskowiak7-Nov-09 19:22
mveDave Kreskowiak7-Nov-09 19:22 
GeneralRe: Arrays and the interfaces they implement. Pin
Luc Pattyn8-Nov-09 1:23
sitebuilderLuc Pattyn8-Nov-09 1:23 
QuestionCreating a method hierarchy within a class Pin
MafiaMoe7-Nov-09 9:50
MafiaMoe7-Nov-09 9:50 
AnswerRe: Creating a method hierarchy within a class Pin
PIEBALDconsult7-Nov-09 10:10
mvePIEBALDconsult7-Nov-09 10:10 
GeneralRe: Creating a method hierarchy within a class Pin
MafiaMoe7-Nov-09 10:45
MafiaMoe7-Nov-09 10:45 
GeneralRe: Creating a method hierarchy within a class Pin
PIEBALDconsult7-Nov-09 11:14
mvePIEBALDconsult7-Nov-09 11:14 
GeneralRe: Creating a method hierarchy within a class Pin
Not Active7-Nov-09 11:42
mentorNot Active7-Nov-09 11:42 
AnswerRe: Creating a method hierarchy within a class Pin
Not Active7-Nov-09 10:38
mentorNot Active7-Nov-09 10:38 
GeneralRe: Creating a method hierarchy within a class Pin
MafiaMoe7-Nov-09 10:50
MafiaMoe7-Nov-09 10:50 
GeneralRe: Creating a method hierarchy within a class Pin
Dave Kreskowiak7-Nov-09 11:43
mveDave Kreskowiak7-Nov-09 11:43 
AnswerRe: Creating a method hierarchy within a class Pin
Luc Pattyn7-Nov-09 11:08
sitebuilderLuc Pattyn7-Nov-09 11:08 
QuestionComplex IF Statment Pin
Saksida Bojan7-Nov-09 9:33
Saksida Bojan7-Nov-09 9:33 
AnswerRe: Complex IF Statment Pin
Luc Pattyn7-Nov-09 9:36
sitebuilderLuc Pattyn7-Nov-09 9:36 

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.