-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_Collections_ILazyDictionary_2
Andrew Koryavchenko edited this page Jun 17, 2018
·
12 revisions
The ILazyDictionary(TKey, TValue) generic type exposes the following members.
Name | Description | |
---|---|---|
Clear | Clears all created values | |
ContainsKey | Determines whether the read-only dictionary contains an element that has the specified key. (Inherited from IReadOnlyDictionary(TKey, TValue).) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable(KeyValuePair(TKey, TValue)).) | |
TryGetValue | Gets the value that is associated with the specified key. (Inherited from IReadOnlyDictionary(TKey, TValue).) |
Back to Top
ILazyDictionary(TKey, TValue) Interface
CodeJam.Collections Namespace