-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Collections_ILazyDictionary_2
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The ILazyDictionary(TKey, TValue) generic type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from IReadOnlyCollection(KeyValuePair(TKey, TValue)).) | |
Item | Gets the element that has the specified key in the read-only dictionary. (Inherited from IReadOnlyDictionary(TKey, TValue).) | |
Keys | Gets an enumerable collection that contains the keys in the read-only dictionary. (Inherited from IReadOnlyDictionary(TKey, TValue).) | |
Values | Gets an enumerable collection that contains the values in the read-only dictionary. (Inherited from IReadOnlyDictionary(TKey, TValue).) |
ILazyDictionary(TKey, TValue) Interface
CodeJam.Collections Namespace