SetterBase.IsSealed プロパティ
定義
このオブジェクトが変更できない状態にあるかどうかを示す値を取得します。Gets a value that indicates whether this object is in an immutable state.
public:
property bool IsSealed { bool get(); };
public bool IsSealed { get; }
member this.IsSealed : bool
Public ReadOnly Property IsSealed As Boolean
プロパティ値
true
このオブジェクトが不変の状態である場合は。それ以外の場合は false
。true
if this object is in an immutable state; otherwise, false
.
注釈
このプロパティがを返し、 true
このオブジェクトの状態を変更しようとすると、例外がスローされます。If this property returns true
and you try to modify the state of this object, an exception is thrown.