SetterBaseCollection.IsSealed Property

Definition

Gets a value that indicates whether the collection is in a read-only state.

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

Property Value

Boolean

bool

true if this object is in a read-only state and cannot be changed; otherwise, false.

Applies to