TDictionary<TKey,TValue>.Ordered Method

Sorts the elements of a sequence in ascending order using the default comparer for their type.

Namespace: Spring.Collections.Dictionaries
public
 function Ordered: IEnumerable<TGenericPair>; override;

Return Value

 

Overrides

TEnumerableBase<T>.Ordered