Skip to content

Properties_T_CodeJam_Collections_ILazyDictionary_2

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

ILazyDictionary(TKey, TValue) Properties

The ILazyDictionary(TKey, TValue) generic type exposes the following members.

Properties

 

Name Description
Public property Count Gets the number of elements in the collection. (Inherited from IReadOnlyCollection(KeyValuePair(TKey, TValue)).)
Public property Item Gets the element that has the specified key in the read-only dictionary. (Inherited from IReadOnlyDictionary(TKey, TValue).)
Public property Keys Gets an enumerable collection that contains the keys in the read-only dictionary. (Inherited from IReadOnlyDictionary(TKey, TValue).)
Public property Values Gets an enumerable collection that contains the values in the read-only dictionary. (Inherited from IReadOnlyDictionary(TKey, TValue).)
  Back to Top

See Also

Reference

ILazyDictionary(TKey, TValue) Interface
CodeJam.Collections Namespace

Clone this wiki locally