ExampleDeepClass.NestedClass.VeryNestedStruct structure

A very nested structure.

public struct VeryNestedStruct

Public Members

name description
IsDeep { get; set; } A very nested property.
interface VeryVeryNestedInterface A very, very nested interface.

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