public class TokenOptions : ReadOnlyDictionary<string, Object>Public Class TokenOptions
Inherits ReadOnlyDictionary(Of String, Object)public ref class TokenOptions : public ReadOnlyDictionary<String^, Object^>type TokenOptions =
class
inherit ReadOnlyDictionary<string, Object>
end| TokenOptions(IDictionaryString, Object) | Creates an instance of the TokenOptions class. |
| TokenOptions(String) | Creates an instance of the TokenOptions class. |
| Count | Gets the number of items in the dictionary. (Унаследован от ReadOnlyDictionaryString, Object) |
| Dictionary | Gets the dictionary that is wrapped by this ReadOnlyDictionaryTKey, TValue object. (Унаследован от ReadOnlyDictionaryString, Object) |
| Item | Gets the element that has the specified key. (Унаследован от ReadOnlyDictionaryString, Object) |
| Keys | Gets a key collection that contains the keys of the dictionary. (Унаследован от ReadOnlyDictionaryString, Object) |
| Values | Gets a collection that contains the values in the dictionary. (Унаследован от ReadOnlyDictionaryString, Object) |
| ContainsKey | Determines whether the dictionary contains an element that has the specified key. (Унаследован от ReadOnlyDictionaryString, Object) |
| 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 ReadOnlyDictionaryTKey, TValue. (Унаследован от ReadOnlyDictionaryString, Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |
| TryGetValue | Retrieves the value that is associated with the specified key. (Унаследован от ReadOnlyDictionaryString, Object) |