Click or drag to resize

UniqueNameToPage Properties

The UniqueNameToPage type exposes the following members.

Properties
 NameDescription
Public propertyCapacityGets the total numbers of elements the internal data structure can hold without resizing.
(Inherited from DictionaryString, KryptonPage)
Public propertyComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryString, KryptonPage)
Public propertyCountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryString, KryptonPage)
Public propertyItemGets or sets the value associated with the specified key.
(Inherited from DictionaryString, KryptonPage)
Public propertyKeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryString, KryptonPage)
Public propertyValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryString, KryptonPage)
Top
See Also