Click or drag to resize

Headers Properties

Version 130.1.90

The Headers type exposes the following members.

Properties
 NameDescription
Public propertyComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryString, String)
Public propertyCountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Public propertyItemGets or sets the value associated with the specified key.
(Inherited from DictionaryString, String)
Public propertyKeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Public propertyValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
Top
See Also