Share via


CodeGenerator.IsCurrentDelegate Propiedad

Definición

Obtiene un valor que indica si el objeto que se está generando en la actualidad es un delegado.

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

Valor de propiedad

Es true si el objeto actual es un delegado; en caso contrario, es false.

Se aplica a