Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Collections Namespaces
Altaxo.Collections
ArrayExtensions Class
AscendingIntegerCollection Class
AscendingIntegerRangeCollection Class
Boxed<T> Class
CachedObjectManagerByMaximumNumberOfItems<TKey, TValue> Class
CheckableSelectableListNode Class
CheckableSelectableListNodeList Class
ConcurrentPriorityQueue<TKey, TValue> Class
ConcurrentTokenizedLinkedList<TKey, TValue> Class
ConcurrentTokenizedPriorityQueue<TKey, TValue, TToken> Class
ContiguousIntegerRange Structure
ContiguousNonNegativeIntegerRange Structure
DictionaryWithNullableKey<TKey, TValue> Class
EnumerableExtensions Class
EnumerationExtensions Class
IArray<T> Interface
IAscendingIntegerCollection Interface
IContiguousIntegerRange Interface
INamedItem Interface
IndexDirection Enumeration
IndexSelection Class
INodeWithParentNode<T> Interface
IObservableList<T> Interface
IReadOnlyListDictionary<TKey, TValue> Interface
IRenameableItem Interface
ISelectableItem Interface
ISwappableList<T> Interface
ITreeListNode<T> Interface
ITreeListNodeWithParent<T> Interface
ITreeNode<T> Interface
ITreeNodeWithParent<T> Interface
ITreeSwappableListNode<T> Interface
ListDictionary<TKey, TValue> Class
ListExtensions Class
ListNode Class
ListNodeList Class
MultipleSelectableListNodeList Class
NamedItem<T> Class
NamedItemList<T> Class
NavigationList<T> Class
NGTreeNode Class
NGTreeNodeCollection Interface
NGTreeNodeWithImageIndex Class
ObservableCollectionReversingWrapper<T> Class
ObservableList<T> Class
PartialDictionary<TKey, TBaseValue, TDerivValue> Class
PartitionableList<T> Class
PartitionableList<T>.ISuspendToken Interface
PartitionableList<T>.PartialView<M> Class
PartitionableList<T>.PartialViewBase Class
PartitionableList<T>.TemporaryDisabler Class
PartitionableListAddBehavior Enumeration
PriorityQueue<TKey> Class
RenameableItemList<T> Class
RingBuffer<T> Class
RingBufferEnqueueableOnly<T> Class
SelectableListNode Class
SelectableListNodeList Class
SelectableListNodeListHelper Class
SelectableListNodeWithParent Class
SelectableListNodeWithParent.IParent Interface
SetList<T> Class
SingleSelectableListNodeList Class
SingleSelectableListNodeList<TValue> Class
StringRow Class
SystemCollectionsArrayListXmlSerializationSurrogate0 Class
SystemCollectionsListOfObjectListXmlSerializationSurrogate0 Class
ThreeStringRow Class
TreeNodeExtensions Class
TwoStringRow Class
WeakCollection<T> Class
WeakDictionary<TKey, TValue> Class
WeakDictionary<TKey, TValue>.WeakKey<T> Class
Index
Direction 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#
Copy
public
enum
IndexDirection
Members
Member name
Value
Description
Ascending
0
List elements will be handled from the lowest index to the highest index.
Descending
1
List elements will be handled from the highest index to the lowest index.
See Also
Reference
Altaxo.Collections Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net