public sealed class ParametersDictionary : Dictionary<string, string>
Public NotInheritable Class ParametersDictionary
Inherits Dictionary(Of String, String)
public ref class ParametersDictionary sealed : public Dictionary<String^, String^>
[<SealedAttribute>]
type ParametersDictionary =
class
inherit Dictionary<string, string>
end
ParametersDictionary | Initializes a new instance of the DictionaryTKey, TValue class that is empty, has the default initial capacity, and uses the default equality comparer for the key type. |
ParametersDictionary(IDictionaryString, String) | Инициализирует новый экземпляр класса ParametersDictionary |
ParametersDictionary(Int32) | Initializes a new instance of the DictionaryTKey, TValue class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type. |
Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Унаследован от DictionaryString, String) |
Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Унаследован от DictionaryString, String) |
Item | Gets or sets the value associated with the specified key. (Унаследован от DictionaryString, String) |
Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Унаследован от DictionaryString, String) |
Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Унаследован от DictionaryString, String) |
Add | Adds the specified key and value to the dictionary. (Унаследован от DictionaryString, String) |
Clear | Removes all keys and values from the DictionaryTKey, TValue. (Унаследован от DictionaryString, String) |
ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Унаследован от DictionaryString, String) |
ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Унаследован от DictionaryString, String) |
EnsureCapacity | Ensures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage. (Унаследован от DictionaryString, String) |
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) |
GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. (Унаследован от DictionaryString, String) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Унаследован от DictionaryString, String) Устарело. |
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, String) |
Remove(TKey) | Removes the value with the specified key from the DictionaryTKey, TValue. (Унаследован от DictionaryString, String) |
Remove(TKey, TValue) | (Унаследован от DictionaryString, String) |
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, String) |
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, String) |
TryAdd | Attempts to add the specified key and value to the dictionary. (Унаследован от DictionaryString, String) |
TryGetValue | Gets the value associated with the specified key. (Унаследован от DictionaryString, String) |