Click or drag to resize
SchemaNameOverwriteHashtable Methods

The SchemaNameOverwriteHashtable type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from Dictionary<String, String>.)
Public methodClear (Inherited from Dictionary<String, String>.)
Public methodContainsKey (Inherited from Dictionary<String, String>.)
Public methodContainsValue (Inherited from Dictionary<String, String>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from Dictionary<String, String>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from Dictionary<String, String>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from Dictionary<String, String>.)
Public methodRemove (Inherited from Dictionary<String, String>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from Dictionary<String, String>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Add (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodIDictionary.Add (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Contains (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodIDictionary.Contains (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.CopyTo (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodICollection.CopyTo (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodIEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodIDictionary.GetEnumerator (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodICollection<KeyValuePair<TKey, TValue>>.Remove (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate methodIDictionary.Remove (Inherited from Dictionary<String, String>.)
Top
See Also