SortableListKeepSorted Property |
Get : Indicates if the list must be kept sorted from now on.
Set : Tells the list if it must stay sorted or not. Impossible to set to true if the list is not sorted.
KeepSorted==true implies that
IsSorted==true
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public bool KeepSorted { get; set; }
Property Value
Type:
BooleanExceptions Exception | Condition |
---|
InvalidOperationException | Cannot be set to true if the list is not sorted yet. |
See Also