CodeGenerator::IsCurrentDelegate Property

 

Gets a value indicating whether the current object being generated is a delegate.

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

protected:
property bool IsCurrentDelegate {
	bool get();
}

Property Value

Type: System::Boolean

true if the current object is a delegate; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: