UsableDuringInitializationAttribute.Usable 속성

정의

초기화 중에 연결된 클래스를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

true초기화 중에 연결된 클래스를 사용할 수 있는 경우 그렇지 않으면 . false

적용 대상