Click or drag to resize

PropertyBag(Boolean) Constructor

Initializes a new PropertyBag with the default property name comparer.

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

Parameters

isReadOnly  Boolean
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