SetterBase.CheckSealed Method

Definition

Checks whether this object is read-only and cannot be changed.

protected:
 void CheckSealed();
protected void CheckSealed ();
member this.CheckSealed : unit -> unit
Protected Sub CheckSealed ()

Remarks

Classes that derive from SetterBase must call this method before applying any changes to the state of the object. If the object is read-only and you try to modify the state of the object, an exception is thrown.

Applies to