Provides the storage for elements in the Set, stored as the key-set of the IDictionary object. Set this object in the constructor if you create your own Set class.

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

Syntax

C#
protected IDictionary InternalDictionary
Visual Basic
Protected InternalDictionary As IDictionary
Visual C++
protected:
IDictionary^ InternalDictionary

See Also