Click or drag to resize

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
C#
public bool KeepSorted { get; set; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionCannot be set to true if the list is not sorted yet.
See Also