Exemplo n.º 1
0
 /// <summary>
 ///		Get sequence of all elements in the collection in the keys order
 /// </summary>
 /// <returns>
 ///		<see cref="IDirectedEnumerable&lt;V&gt;"/>
 /// </returns>
 public IDirectedEnumerable <V> RangeAll()
 {
     return(new C5DirectedEnumerable <V>(new Util.DictionaryEnumerableValueAdapter <K, V>(_dictionary.RangeAll())));
 }