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

속성 값

적용 대상