Add(object key, object value) | System.Collections.Hashtable | virtual |
Clear() | System.Collections.Hashtable | virtual |
Clone() | System.Collections.Hashtable | virtual |
comparer | System.Collections.Hashtable | protected |
Contains(object key) | System.Collections.Hashtable | virtual |
ContainsKey(object key) | System.Collections.Hashtable | virtual |
ContainsValue(object value) | System.Collections.Hashtable | virtual |
CopyTo(Array array, int arrayIndex) | System.Collections.Hashtable | virtual |
Count | System.Collections.Hashtable | |
EqualityComparer | System.Collections.Hashtable | protected |
GetEnumerator() | System.Collections.Hashtable | virtual |
GetHash(object key) | System.Collections.Hashtable | protectedvirtual |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Collections.Hashtable | virtual |
Hashtable() | System.Collections.Hashtable | |
Hashtable(int capacity) | System.Collections.Hashtable | |
Hashtable(int capacity, float loadFactor) | System.Collections.Hashtable | |
Hashtable(int capacity, float loadFactor, IHashCodeProvider hcp, IComparer comparer) | System.Collections.Hashtable | |
Hashtable(int capacity, float loadFactor, IEqualityComparer equalityComparer) | System.Collections.Hashtable | |
Hashtable(IHashCodeProvider hcp, IComparer comparer) | System.Collections.Hashtable | |
Hashtable(IEqualityComparer equalityComparer) | System.Collections.Hashtable | |
Hashtable(int capacity, IHashCodeProvider hcp, IComparer comparer) | System.Collections.Hashtable | |
Hashtable(int capacity, IEqualityComparer equalityComparer) | System.Collections.Hashtable | |
Hashtable(IDictionary d) | System.Collections.Hashtable | |
Hashtable(IDictionary d, float loadFactor) | System.Collections.Hashtable | |
Hashtable(IDictionary d, IHashCodeProvider hcp, IComparer comparer) | System.Collections.Hashtable | |
Hashtable(IDictionary d, IEqualityComparer equalityComparer) | System.Collections.Hashtable | |
Hashtable(SerializationInfo info, StreamingContext context) | System.Collections.Hashtable | protected |
Hashtable???(IDictionary d, float loadFactor, IHashCodeProvider hcp, IComparer comparer) | System.Collections.Hashtable | |
Hashtable???(IDictionary d, float loadFactor, IEqualityComparer equalityComparer) | System.Collections.Hashtable | |
hcp | System.Collections.Hashtable | protected |
IsFixedSize | System.Collections.Hashtable | |
IsReadOnly | System.Collections.Hashtable | |
IsSynchronized | System.Collections.Hashtable | |
KeyEquals(object item, object key) | System.Collections.Hashtable | protectedvirtual |
Keys | System.Collections.Hashtable | |
OnDeserialization(object sender) | System.Collections.Hashtable | virtual |
Remove(object key) | System.Collections.Hashtable | virtual |
Synchronized(Hashtable table) | System.Collections.Hashtable | static |
SyncRoot | System.Collections.Hashtable | |
this[object key] | System.Collections.Hashtable | |
Values | System.Collections.Hashtable | |