CodeGenerator.IsCurrentDelegate 属性

定义

获取一个值,该值指示正在生成的当前对象是否为委托。

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

属性值

true 如果当前对象是委托,则为 ;否则,为 false.

适用于