TokenOptions - класс

Additional information by the token.

Definition

Пространство имён: Tessa.Tokens
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public class TokenOptions : ReadOnlyDictionary<string, Object>
Inheritance
Object    ReadOnlyDictionaryString, Object    TokenOptions

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

TokenOptions(IDictionaryString, Object) Creates an instance of the TokenOptions class.
TokenOptions(String) Creates an instance of the TokenOptions class.

Свойства

CountGets the number of items in the dictionary.
(Унаследован от ReadOnlyDictionaryString, Object)
DictionaryGets the dictionary that is wrapped by this ReadOnlyDictionaryTKey, TValue object.
(Унаследован от ReadOnlyDictionaryString, Object)
ItemGets the element that has the specified key.
(Унаследован от ReadOnlyDictionaryString, Object)
KeysGets a key collection that contains the keys of the dictionary.
(Унаследован от ReadOnlyDictionaryString, Object)
ValuesGets a collection that contains the values in the dictionary.
(Унаследован от ReadOnlyDictionaryString, Object)

Методы

ContainsKeyDetermines whether the dictionary contains an element that has the specified key.
(Унаследован от ReadOnlyDictionaryString, Object)
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 ReadOnlyDictionaryTKey, TValue.
(Унаследован от ReadOnlyDictionaryString, Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Переопределяет ObjectToString)
TryGetValueRetrieves the value that is associated with the specified key.
(Унаследован от ReadOnlyDictionaryString, Object)

См. также