ParametersDictionary - класс

Коллекция ключ-значения предназначенная для хранения списка параметров.

Definition

Пространство имён: Tessa.Views.Parser
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public sealed class ParametersDictionary : Dictionary<string, string>
Inheritance
Object    DictionaryString, String    ParametersDictionary

Конструкторы

ParametersDictionaryInitializes 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.

Свойства

ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Унаследован от DictionaryString, String)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Унаследован от DictionaryString, String)
ItemGets or sets the value associated with the specified key.
(Унаследован от DictionaryString, String)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Унаследован от DictionaryString, String)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Унаследован от DictionaryString, String)

Методы

AddAdds the specified key and value to the dictionary.
(Унаследован от DictionaryString, String)
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Унаследован от DictionaryString, String)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Унаследован от DictionaryString, String)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Унаследован от DictionaryString, String)
EnsureCapacityEnsures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage.
(Унаследован от DictionaryString, String)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetEnumeratorReturns an enumerator that iterates through the DictionaryTKey, TValue.
(Унаследован от DictionaryString, String)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Унаследован от DictionaryString, String)
Устарело.
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
OnDeserializationImplements 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)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
TrimExcessSets 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)
TryAddAttempts to add the specified key and value to the dictionary.
(Унаследован от DictionaryString, String)
TryGetValueGets the value associated with the specified key.
(Унаследован от DictionaryString, String)

См. также