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

适用于