public sealed class HashBindingLeaf : Dictionary<string, HashTreeBinderHashBindingLeaf>Public NotInheritable Class HashBindingLeaf
Inherits Dictionary(Of String, HashTreeBinderHashBindingLeaf)public ref class HashBindingLeaf sealed : public Dictionary<String^, HashTreeBinderHashBindingLeaf^>[<SealedAttribute>]
type HashBindingLeaf =
class
inherit Dictionary<string, HashTreeBinderHashBindingLeaf>
end| HashTreeBinderHashBindingLeaf | Инициализирует новый экземпляр класса HashTreeBinderHashBindingLeaf |
| Capacity | Gets the total numbers of elements the internal data structure can hold without resizing. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| FieldBindings | |
| Item | Gets or sets the value associated with the specified key. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| TableBindings | |
| Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Add | Adds the specified key and value to the dictionary. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Clear | Removes all keys and values from the DictionaryTKey, TValue. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| EnsureCapacity | Ensures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetAlternateLookup``1 | Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetList | |
| GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) Устарело. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Remove(TKey) | Removes the value with the specified key from the DictionaryTKey, TValue. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| Remove(TKey, TValue) | (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TrimExcess | Sets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| TrimExcess(Int32) | Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| TryAdd | Attempts to add the specified key and value to the dictionary. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| TryGetAlternateLookup``1 | Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |
| TryGetValue | Gets the value associated with the specified key. (Унаследован от DictionaryString, HashTreeBinderHashBindingLeaf) |