IFieldSymbol.IsConst 属性

定义

如果此字段声明为“const” (,即是常量声明) ,则返回 true。 对于枚举成员,也返回 true。

public:
 property bool IsConst { bool get(); };
public bool IsConst { get; }
member this.IsConst : bool
Public ReadOnly Property IsConst As Boolean

属性值

适用于