Click or drag to resize

StringMap Properties

The StringMap type exposes the following members.

Properties
  NameDescription
Protected propertycomparer Obsolete.
Gets or sets the IComparer to use for the Hashtable.
(Inherited from Hashtable.)
Public propertyCount
Gets the number of key/value pairs contained in the Hashtable.
(Inherited from Hashtable.)
Public propertyCriteria
Criteria for the current values in the collection. Use of this property is left to the caller who may use this for any purpose such as to determine whether or not the collection needs to be refreshed.
Protected propertyEqualityComparer
Gets the IEqualityComparer to use for the Hashtable.
(Inherited from Hashtable.)
Protected propertyhcp Obsolete.
Gets or sets the object that can dispense hash codes.
(Inherited from Hashtable.)
Public propertyIsFixedSize
Gets a value indicating whether the Hashtable has a fixed size.
(Inherited from Hashtable.)
Public propertyIsReadOnly
Gets a value indicating whether the Hashtable is read-only.
(Inherited from Hashtable.)
Public propertyIsSynchronized
Gets a value indicating whether access to the Hashtable is synchronized (thread safe).
(Inherited from Hashtable.)
Public propertyItemObject
Gets or sets the value associated with the specified key.
(Inherited from Hashtable.)
Public propertyItemString
StringMap indexer.
Public propertyKeys
Gets an ICollection containing the keys in the Hashtable.
(Inherited from Hashtable.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the Hashtable.
(Inherited from Hashtable.)
Public propertyValues
Gets an ICollection containing the values in the Hashtable.
(Inherited from Hashtable.)
Top
See Also