This documentation is archived and is not being maintained.

CisDictionary Class

This is an INCOMPLETE implementation of a Hashtable that handles the keys in a case-insensitive manner

System::Object
  System.Collections::Hashtable
    Microsoft.TeamFoundation.Server::CisDictionary

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

[SerializableAttribute]
public ref class CisDictionary : public Hashtable

The CisDictionary type exposes the following members.

  NameDescription
Protected propertycomparer Obsolete. Gets or sets the IComparer to use for the Hashtable. (Inherited from Hashtable.)
Public propertyCountGets the number of key/value pairs contained in the Hashtable. (Inherited from Hashtable.)
Protected propertyEqualityComparerGets 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 propertyIsFixedSizeGets a value indicating whether the Hashtable has a fixed size. (Inherited from Hashtable.)
Public propertyIsReadOnlyGets a value indicating whether the Hashtable is read-only. (Inherited from Hashtable.)
Public propertyIsSynchronizedGets a value indicating whether access to the Hashtable is synchronized (thread safe). (Inherited from Hashtable.)
Public propertyItem (Overrides Hashtable::Item.)
Public propertyKeysGets an ICollection containing the keys in the Hashtable. (Inherited from Hashtable.)
Public propertySyncRootGets an object that can be used to synchronize access to the Hashtable. (Inherited from Hashtable.)
Public propertyValuesGets an ICollection containing the values in the Hashtable. (Inherited from Hashtable.)
Top

  NameDescription
Public methodAdd (Overrides Hashtable::Add(Object, Object).)
Public methodClearRemoves all elements from the Hashtable. (Inherited from Hashtable.)
Public methodCloneCreates a shallow copy of the Hashtable. (Inherited from Hashtable.)
Public methodContains (Overrides Hashtable::Contains(Object).)
Public methodContainsKey (Overrides Hashtable::ContainsKey(Object).)
Public methodContainsValueDetermines whether the Hashtable contains a specific value. (Inherited from Hashtable.)
Public methodCopyToCopies the Hashtable elements to a one-dimensional Array instance at the specified index. (Inherited from Hashtable.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetEnumeratorReturns an IDictionaryEnumerator that iterates through the Hashtable. (Inherited from Hashtable.)
Protected methodGetHashReturns the hash code for the specified key. (Inherited from Hashtable.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetObjectDataSecurity Critical. Implements the ISerializable interface and returns the data needed to serialize the Hashtable. (Inherited from Hashtable.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodKeyEqualsCompares a specific Object with a specific key in the Hashtable. (Inherited from Hashtable.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodOnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from Hashtable.)
Public methodRemoveRemoves the element with the specified key from the Hashtable. (Inherited from Hashtable.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable::GetEnumeratorReturns an enumerator that iterates through a collection. (Inherited from Hashtable.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: