CodeTypeDeclaration::IsEnum Property

 

Gets or sets a value indicating whether the type is an enumeration.

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

public:
property bool IsEnum {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the type is an enumeration; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: