CodeGenerator.IsCurrentDelegate Property

Definition

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

protected:
 property bool IsCurrentDelegate { bool get(); };
protected bool IsCurrentDelegate { get; }
member this.IsCurrentDelegate : bool
Protected ReadOnly Property IsCurrentDelegate As Boolean

Property Value

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

Applies to