Am learning C# and would like to know if someone familiar with it might answer simple, I hope, question
In delphi I can contain a class within another class eg TDoor = class .... end; TCar = class ... property Door : TDoor read FDoor write FDoor; end How does one do something like that in C# ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

