CodeTypeDeclaration::Members Property

 

Gets the collection of class members for the represented type.

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

public:
property CodeTypeMemberCollection^ Members {
	CodeTypeMemberCollection^ get();
}

Property Value

Type: System.CodeDom::CodeTypeMemberCollection^

A CodeTypeMemberCollection object that indicates the class members.

.NET Framework
Available since 1.1
Return to top
Show: