_MethodBase.IsFinal 属性
定义
public:
property bool IsFinal { bool get(); };
public bool IsFinal { get; }
member this.IsFinal : bool
Public ReadOnly Property IsFinal As Boolean
属性值
如果方法为 final,则为 true;否则为 false。true if this method is final; otherwise, false.
注解
此属性用于从非托管代码访问托管类,不应从托管代码调用。This property is for access to managed classes from unmanaged code and should not be called from managed code.
IsFinal属性获取一个值,该值指示此方法是否为 final 。The IsFinal property gets a value indicating whether this method is final.