The placeholder object used as the value for the IDictionary instance.

Namespace: Iesi.Collections.Generic
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
protected Object Placeholder { get; }
Visual Basic
Protected ReadOnly Property Placeholder As Object
	Get
Visual C++
protected:
property Object^ Placeholder {
	Object^ get ();
}

Remarks

There is a single instance of this object globally, used for all Sets.

See Also