Method AddSorted
AddSorted(Collections.Generic.IEnumerable<T>)
Add all the items from another collection with an enumeration order that is increasing in the items.
Declaration
void AddSorted(Collections.Generic.IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | items | The collection to add. |