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
Syntaxpublic PropertyBag(
bool isReadOnly
)
Public Sub New (
isReadOnly As Boolean
)
public:
PropertyBag(
bool isReadOnly
)
new :
isReadOnly : bool -> PropertyBag
Parameters
- isReadOnly
- Type: SystemBoolean
True to make the PropertyBag read-only, false to make it writable.
Remarks
See Also