Northwoods.Go Assembly > Northwoods.Go Namespace : GoCopyDictionary Class |
For a list of all members of this type, see GoCopyDictionary members.
Name | Description | |
---|---|---|
Add | Adds an element with the specified key and value into the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) | |
Clear | Removes all elements from the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) | |
Clone | Creates a shallow copy of the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) | |
Contains | Determines whether the System.Collections.Hashtable contains a specific key. (Inherited from System.Collections.Hashtable) | |
ContainsKey | Determines whether the System.Collections.Hashtable contains a specific key. (Inherited from System.Collections.Hashtable) | |
ContainsValue | Determines whether the System.Collections.Hashtable contains a specific value. (Inherited from System.Collections.Hashtable) | |
Copy | Return a copied object for an object (first pass only). | |
CopyComplete | This convenience method performs both copy phases making a copy of a single object. | |
CopyTo | Copies the System.Collections.Hashtable elements to a one-dimensional System.Array instance at the specified index. (Inherited from System.Collections.Hashtable) | |
FinishDelayedCopies | Perform calls to GoObject.CopyObjectDelayed for any objects that were added to Delayeds during earlier calls to Copy. | |
GetEnumerator | Returns an System.Collections.IDictionaryEnumerator that iterates through the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) | |
GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) | |
OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Hashtable) | |
Remove | Removes the element with the specified key from the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
Name | Description | |
---|---|---|
GetHash | Returns the hash code for the specified key. (Inherited from System.Collections.Hashtable) | |
KeyEquals | Compares a specific System.Object with a specific key in the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |