CodeTypeDeclaration::IsStruct Property

 

Gets or sets a value indicating whether the type is a value type (struct).

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

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

Property Value

Type: System::Boolean

true if the type is a value type; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: