_buckets | System.Collections.Hashtable | private |
_count | System.Collections.Hashtable | private |
_isWriterInProgress | System.Collections.Hashtable | private |
_keycomparer | System.Collections.Hashtable | private |
_keys | System.Collections.Hashtable | private |
_loadFactor | System.Collections.Hashtable | private |
_loadsize | System.Collections.Hashtable | private |
_occupancy | System.Collections.Hashtable | private |
_values | System.Collections.Hashtable | private |
_version | System.Collections.Hashtable | private |
Add(object key, object? value) | System.Collections.Hashtable | inlinevirtual |
Clear() | System.Collections.Hashtable | inlinevirtual |
Clone() | System.Data.PropertyCollection | inlinevirtual |
comparer | System.Collections.Hashtable | protected |
Contains(object key) | System.Collections.Hashtable | inlinevirtual |
ContainsKey(object key) | System.Collections.Hashtable | inlinevirtual |
ContainsValue(object? value) | System.Collections.Hashtable | inlinevirtual |
CopyEntries(Array array, int arrayIndex) | System.Collections.Hashtable | inlineprivate |
CopyKeys(Array array, int arrayIndex) | System.Collections.Hashtable | inlineprivate |
CopyTo(Array array, int arrayIndex) | System.Collections.Hashtable | inlinevirtual |
CopyValues(Array array, int arrayIndex) | System.Collections.Hashtable | inlineprivate |
Count | System.Collections.Hashtable | |
EqualityComparer | System.Collections.Hashtable | protected |
expand() | System.Collections.Hashtable | inlineprivate |
GetEnumerator() | System.Collections.Hashtable | inlineprivate |
GetEnumerator() | System.Collections.Hashtable | inlinevirtual |
GetHash(object key) | System.Collections.Hashtable | inlineprotectedvirtual |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Collections.Hashtable | inlinevirtual |
Hashtable(bool trash) | System.Collections.Hashtable | inlinepackage |
Hashtable() | System.Collections.Hashtable | inline |
Hashtable(int capacity) | System.Collections.Hashtable | inline |
Hashtable(int capacity, float loadFactor) | System.Collections.Hashtable | inline |
Hashtable(int capacity, float loadFactor, IEqualityComparer? equalityComparer) | System.Collections.Hashtable | inline |
Hashtable(IHashCodeProvider? hcp, IComparer? comparer) | System.Collections.Hashtable | inline |
Hashtable(IEqualityComparer? equalityComparer) | System.Collections.Hashtable | inline |
Hashtable(int capacity, IHashCodeProvider? hcp, IComparer? comparer) | System.Collections.Hashtable | inline |
Hashtable(int capacity, IEqualityComparer? equalityComparer) | System.Collections.Hashtable | inline |
Hashtable(IDictionary d) | System.Collections.Hashtable | inline |
Hashtable(IDictionary d, float loadFactor) | System.Collections.Hashtable | inline |
Hashtable(IDictionary d, IHashCodeProvider? hcp, IComparer? comparer) | System.Collections.Hashtable | inline |
Hashtable(IDictionary d, IEqualityComparer? equalityComparer) | System.Collections.Hashtable | inline |
Hashtable(int capacity, float loadFactor, IHashCodeProvider? hcp, IComparer? comparer) | System.Collections.Hashtable | inline |
Hashtable(IDictionary d, float loadFactor, IHashCodeProvider? hcp, IComparer? comparer) | System.Collections.Hashtable | inline |
Hashtable(IDictionary d, float loadFactor, IEqualityComparer? equalityComparer) | System.Collections.Hashtable | inline |
Hashtable(SerializationInfo info, StreamingContext context) | System.Collections.Hashtable | inlineprotected |
hcp | System.Collections.Hashtable | protected |
InitHash(object key, int hashsize, out uint seed, out uint incr) | System.Collections.Hashtable | inlineprivate |
Insert(object key, object nvalue, bool add) | System.Collections.Hashtable | inlineprivate |
IsFixedSize | System.Collections.Hashtable | |
IsReadOnly | System.Collections.Hashtable | |
IsSynchronized | System.Collections.Hashtable | |
KeyEquals(object? item, object key) | System.Collections.Hashtable | inlineprotectedvirtual |
Keys | System.Collections.Hashtable | |
OnDeserialization(object? sender) | System.Collections.Hashtable | inlinevirtual |
PropertyCollection() | System.Data.PropertyCollection | inline |
PropertyCollection(SerializationInfo info, StreamingContext context) | System.Data.PropertyCollection | inlineprotected |
putEntry(bucket[] newBuckets, object key, object nvalue, int hashcode) | System.Collections.Hashtable | inlineprivate |
rehash() | System.Collections.Hashtable | inlineprivate |
rehash(int newsize) | System.Collections.Hashtable | inlineprivate |
Remove(object key) | System.Collections.Hashtable | inlinevirtual |
Synchronized(Hashtable table) | System.Collections.Hashtable | inlinestatic |
SyncRoot | System.Collections.Hashtable | |
this[object key] | System.Collections.Hashtable | |
ToKeyValuePairsArray() | System.Collections.Hashtable | inlinepackagevirtual |
UpdateVersion() | System.Collections.Hashtable | inlineprivate |
Values | System.Collections.Hashtable | |