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.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# | 
|---|
protected IDictionary<T, Object> InternalDictionary  | 
| Visual Basic | 
|---|
Protected InternalDictionary As IDictionary(Of T, Object)  | 
| Visual C++ | 
|---|
protected: IDictionary<T, Object^>^ InternalDictionary  |