Re: Using properties from a nested class
- From: "Alan Samet" <alansamet@xxxxxxxxx>
- Date: 9 Mar 2006 10:55:49 -0800
public class OuterClass
{
public class InnerClass
{
}
public InnerClass MyInnerClass
{
get {return new InnerClass();}
}
}
.
- References:
- Re: Using properties from a nested class
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Using properties from a nested class
- Prev by Date: Re: trivial question about building exe
- Next by Date: Re: How the devil do I get screen resolutions??!!?
- Previous by thread: Re: Using properties from a nested class
- Next by thread: Debugging a command line c# windows Application
- Index(es):
Relevant Pages
|