Click here to Skip to main content
15,885,914 members
Home / Discussions / C#
   

C#

 
GeneralRe: Disable group components Pin
David Stone9-Oct-03 18:24
sitebuilderDavid Stone9-Oct-03 18:24 
GeneralInterfacing with webcams Pin
Bog9-Oct-03 17:07
Bog9-Oct-03 17:07 
GeneralClass withing Class Pin
Nick Seng9-Oct-03 15:57
Nick Seng9-Oct-03 15:57 
GeneralRe: Class withing Class Pin
Guillermo Rivero9-Oct-03 16:20
Guillermo Rivero9-Oct-03 16:20 
GeneralRe: Class withing Class Pin
David Stone9-Oct-03 18:22
sitebuilderDavid Stone9-Oct-03 18:22 
GeneralRe: Class withing Class Pin
Guillermo Rivero9-Oct-03 21:12
Guillermo Rivero9-Oct-03 21:12 
GeneralRe: Class withing Class Pin
Guillermo Rivero9-Oct-03 21:30
Guillermo Rivero9-Oct-03 21:30 
GeneralRe: Class withing Class Pin
Blake Coverett9-Oct-03 16:34
Blake Coverett9-Oct-03 16:34 
In addition to the previous answer:

~ The nested class has access to the containing classes private members.
~ Nested classes are commonly declared public and used as the type of properties or the return value of methods on the enclosing type. An enumerator is the canonical example of this. This avoids poluting the public namespace.

--
-Blake (com/bcdev/blake)
GeneralRe: Class withing Class Pin
Nick Seng9-Oct-03 17:31
Nick Seng9-Oct-03 17:31 
GeneralRe: Class withing Class Pin
David Stone9-Oct-03 18:36
sitebuilderDavid Stone9-Oct-03 18:36 
GeneralRe: Class withing Class Pin
Blake Coverett9-Oct-03 20:44
Blake Coverett9-Oct-03 20:44 
GeneralRe: Class withing Class Pin
David Stone9-Oct-03 21:37
sitebuilderDavid Stone9-Oct-03 21:37 
GeneralRe: Class withing Class Pin
David Stone9-Oct-03 18:41
sitebuilderDavid Stone9-Oct-03 18:41 
GeneralRe: Class withing Class Pin
Nick Seng9-Oct-03 19:59
Nick Seng9-Oct-03 19:59 
GeneralCodes Pin
Anonymous9-Oct-03 12:00
Anonymous9-Oct-03 12:00 
GeneralRe: Codes Pin
Daniel M. Edwards9-Oct-03 17:56
Daniel M. Edwards9-Oct-03 17:56 
GeneralRe: Codes Pin
David Stone9-Oct-03 18:27
sitebuilderDavid Stone9-Oct-03 18:27 
GeneralRe: Codes Pin
leppie10-Oct-03 7:13
leppie10-Oct-03 7:13 
GeneralRe: Codes Pin
David Stone10-Oct-03 8:07
sitebuilderDavid Stone10-Oct-03 8:07 
GeneralAdvanced GUIs in C# Pin
Ronoc9-Oct-03 10:15
Ronoc9-Oct-03 10:15 
GeneralRe: Advanced GUIs in C# Pin
J. Dunlap9-Oct-03 10:53
J. Dunlap9-Oct-03 10:53 
GeneralRe: Advanced GUIs in C# Pin
David Stone9-Oct-03 18:50
sitebuilderDavid Stone9-Oct-03 18:50 
GeneralRe: Advanced GUIs in C# Pin
J. Dunlap9-Oct-03 19:18
J. Dunlap9-Oct-03 19:18 
GeneralRe: Advanced GUIs in C# Pin
David Stone9-Oct-03 20:03
sitebuilderDavid Stone9-Oct-03 20:03 
GeneralRe: Advanced GUIs in C# Pin
Blake Coverett9-Oct-03 11:51
Blake Coverett9-Oct-03 11:51 

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.