CodeTypeDeclaration::IsInterface Property

 

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

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

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

Property Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: