CodeNamespace::Types Property

 

Gets the collection of types that the namespace contains.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeTypeDeclarationCollection^ Types {
	CodeTypeDeclarationCollection^ get();
}

Property Value

Type: System.CodeDom::CodeTypeDeclarationCollection^

A CodeTypeDeclarationCollection that indicates the types contained in the namespace.

.NET Framework
Available since 1.1
Return to top
Show: