共用方式為


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

屬性值

適用於