Click or drag to resize

PropertyBag(Boolean, IEqualityComparerString) Constructor

Initializes a new PropertyBag.

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

Parameters

isReadOnly  Boolean
True to make the PropertyBag read-only, false to make it writable.
comparer  IEqualityComparerString
The comparer to use for property names, or null to use the default string comparer.
See Also