SortableListAddRange Method |
If the
KeepSorted property is set to true, the object will be added at the right place.
Else it will be appended to the list.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public void AddRange(
ICollection C
)
Parameters
- C
- Type: System.CollectionsICollection
The object to add.
Return Value
Type:
The index where the object has been added.
Exceptions Exception | Condition |
---|
ArgumentException | The SortableList is set to use object's IComparable interface, and the specifed object does not implement this interface. |
See Also