PropertyBag(Boolean) Constructor |
Initializes a new
PropertyBag with the default property name comparer.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public PropertyBag(
bool isReadOnly
)
Public Sub New (
isReadOnly As Boolean
)
public:
PropertyBag(
bool isReadOnly
)
new :
isReadOnly : bool -> PropertyBag
Parameters
- isReadOnly Boolean
- True to make the PropertyBag read-only, false to make it writable.
Remarks See Also