AuthOptionsDictionary Methods |
The AuthOptionsDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairString, Object) | Adds an item to the ICollectionT. (Inherited from OptionsDictionary.) |
![]() | Add(String, Object) | Adds an element with the provided key and value to the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from OptionsDictionary.) |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from OptionsDictionary.) |
![]() | ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. (Inherited from OptionsDictionary.) |
![]() | CopyTo | (Inherited from OptionsDictionary.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from OptionsDictionary.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove(KeyValuePairString, Object) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from OptionsDictionary.) |
![]() | Remove(String) | Removes the element with the specified key from the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue | Gets the value associated with the specified key. (Inherited from OptionsDictionary.) |
Name | Description | |
---|---|---|
![]() | RecursiveEqual |
Tests for equality between two untyped objects, and if they are collections
recursively checks for equality on each entry.
(Defined by Extensions.) |