| _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 |
| _table | System.Collections.Hashtable.SyncHashtable | private |
| _values | System.Collections.Hashtable | private |
| _version | System.Collections.Hashtable | private |
| Add(object key, object value) | System.Collections.Hashtable.SyncHashtable | inline |
| System::Collections::Hashtable.Add(object key, object? value) | System.Collections.Hashtable | inlinevirtual |
| Clear() | System.Collections.Hashtable.SyncHashtable | inlinevirtual |
| Clone() | System.Collections.Hashtable.SyncHashtable | inlinevirtual |
| comparer | System.Collections.Hashtable | protected |
| Contains(object key) | System.Collections.Hashtable.SyncHashtable | inlinevirtual |
| ContainsKey(object key) | System.Collections.Hashtable.SyncHashtable | inlinevirtual |
| ContainsValue(object key) | System.Collections.Hashtable.SyncHashtable | inline |
| System::Collections::Hashtable.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.SyncHashtable | inlinevirtual |
| CopyValues(Array array, int arrayIndex) | System.Collections.Hashtable | inlineprivate |
| Count | System.Collections.Hashtable.SyncHashtable | |
| EqualityComparer | System.Collections.Hashtable | protected |
| expand() | System.Collections.Hashtable | inlineprivate |
| GetEnumerator() | System.Collections.Hashtable.SyncHashtable | inlineprivatevirtual |
| GetEnumerator() | System.Collections.Hashtable.SyncHashtable | inlinevirtual |
| GetHash(object key) | System.Collections.Hashtable | inlineprotectedvirtual |
| GetObjectData(SerializationInfo info, StreamingContext context) | System.Collections.Hashtable.SyncHashtable | 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.SyncHashtable | |
| IsReadOnly | System.Collections.Hashtable.SyncHashtable | |
| IsSynchronized | System.Collections.Hashtable.SyncHashtable | |
| KeyEquals(object? item, object key) | System.Collections.Hashtable | inlineprotectedvirtual |
| Keys | System.Collections.Hashtable.SyncHashtable | |
| OnDeserialization(object sender) | System.Collections.Hashtable.SyncHashtable | inline |
| System::Collections::Hashtable.OnDeserialization(object? sender) | System.Collections.Hashtable | inlinevirtual |
| 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.SyncHashtable | inlinevirtual |
| SyncHashtable(Hashtable table) | System.Collections.Hashtable.SyncHashtable | inlinepackage |
| SyncHashtable(SerializationInfo info, StreamingContext context) | System.Collections.Hashtable.SyncHashtable | inlinepackage |
| Synchronized(Hashtable table) | System.Collections.Hashtable | inlinestatic |
| SyncRoot | System.Collections.Hashtable.SyncHashtable | |
| this[object key] | System.Collections.Hashtable.SyncHashtable | |
| ToKeyValuePairsArray() | System.Collections.Hashtable.SyncHashtable | inlinepackagevirtual |
| UpdateVersion() | System.Collections.Hashtable | inlineprivate |
| Values | System.Collections.Hashtable.SyncHashtable | |