Interface IPartitionedSetIndex
- Namespace
- Jitter2.DataStructures
- Assembly
- Jitter2.dll
Defines an index property used by PartitionedSet<T> to track element positions.
public interface IPartitionedSetIndex
Properties
SetIndex
Gets or sets the index of the element within the PartitionedSet<T>. A value of -1 indicates the element is not part of any set.
int SetIndex { get; set; }