Click or drag to resize

DictionaryWithNullableKeyTKey, TValue Properties

The DictionaryWithNullableKeyTKey, TValue type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ICollectionT.
Public propertyIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
Public propertyItemGets or sets the element with the specified key.
Public propertyKeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
Public propertyValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
Top
See Also