Click or drag to resize

PropertyBag Constructor (Boolean, IEqualityComparerString)

Initializes a new PropertyBag.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.5
Syntax
public PropertyBag(
	bool isReadOnly,
	IEqualityComparer<string> comparer
)

Parameters

isReadOnly
Type: SystemBoolean
True to make the PropertyBag read-only, false to make it writable.
comparer
Type: System.Collections.GenericIEqualityComparerString
The comparer to use for property names, or null to use the default string comparer.
See Also