Click or drag to resize

PropertyBag Constructor (Boolean)

Initializes a new PropertyBag with the default property name comparer.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.5
Syntax
public PropertyBag(
	bool isReadOnly
)

Parameters

isReadOnly
Type: SystemBoolean
True to make the PropertyBag read-only, false to make it writable.
Remarks
The host can modify a read-only PropertyBag by calling SetPropertyNoCheck, RemovePropertyNoCheck, or ClearNoCheck.
See Also