public class ContextStaticDictionary<Tkey, TType> : IEnumerable<KeyValuePair<Tkey, TType>>,
IEnumerable
Public Class ContextStaticDictionary(Of Tkey, TType)
Implements IEnumerable(Of KeyValuePair(Of Tkey, TType)),
IEnumerabletype ContextStaticDictionary<'Tkey, 'TType> =
class
interface IEnumerable<KeyValuePair<'Tkey, 'TType>>
interface IEnumerable
end| ContextStaticDictionaryTkey, TType | Initializes a new instance of the ContextStaticDictionaryTkey, TType class. |
| Add | |
| ContainsKey | |
| DisposeAndClearValue | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetEnumerator | Returns an enumerator that iterates through a collection. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Remove | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryGetValue(Tkey, TType) | |
| TryGetValue(Context, Tkey, TType) |
| ShouldBeArray | (Defined by Should) |