ExampleDeepClass class

A class with nested types.

public class ExampleDeepClass

Public Members

name description
ExampleDeepClass() The default constructor.
class NestedClass A nested class.
delegate NestedDelegate A nested delegate.

Protected Members

name description
class ProtectedInternalNestedClass A protected internal nested class.
class ProtectedNestedClass A protected nested class.

Remarks

The ExampleDeepClass class has a NestedDelegate and a NestedClass with a VeryNestedStruct and a VeryVeryNestedInterface. Another type in this namespace is ExampleClass with method Create. A type in an inner namespace is ExampleInnerClass, which has a constructor ExampleInnerClass.

See Also