SetterBaseCollection.IsSealed プロパティ

定義

コレクションが読み取り専用状態であるかどうかを示す値を取得します。

public:
 property bool IsSealed { bool get(); };
bool IsSealed();
public bool IsSealed { get; }
var boolean = setterBaseCollection.isSealed;
Public ReadOnly Property IsSealed As Boolean

プロパティ値

Boolean

bool

このオブジェクトが読み取り専用の状態であり、変更できない場合は true。それ以外の場合は false

適用対象