CodeNamespace::Types Property
.NET Framework (current version)
Gets the collection of types that the namespace contains.
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
Available since 1.1
Show: