Class CircularList<T>
Namespace: Unity.SnapshotDebugger
Assembly: solution.dll
Syntax
public class CircularList<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
CircularList(int) |
Properties
Name | Description |
---|---|
Count | |
this[int] | |
Last |
Methods
Name | Description |
---|---|
PopBack() | |
PopFront() | |
PushBack(T) | |
SwapElements(int, int) |