Click or drag to resize

IndexDirection Enumeration

Direction in which list elements will be handled.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum IndexDirection
Members
Member nameValueDescription
Ascending0 List elements will be handled from the lowest index to the highest index.
Descending1 List elements will be handled from the highest index to the lowest index.
See Also