| Class name | Description |
|---|---|
| ArrayList |
public class ArrayList
A weak indexable collection |
| BinaryHeap<T1> |
public template BinaryHeap<T1>
A binary heap |
| Dictionary |
public class Dictionary
A weak dictionary class |
| List |
public class List
A list of objects |
| List<T1> |
public template List<T1>
A strong-typed list |
| Map<T1,T2> |
public template Map<T1,T2>
A strong-typed map template |
| Queue |
public class Queue
A weak FIFO list |
| Queue<T1> |
public template Queue<T1>
A strong-typed FIFO list template |
| SortedArrayList |
public class SortedArrayList
A sorted weak list of key-value pairs |
| SortedList |
public class SortedList
A sorted generic list of key value pairs |
| SortedList<T1,T2> |
public template SortedList<T1,T2>
A sorted strong typed list of key-value pairs |
| SortedListEnumerator |
public class SortedListEnumerator
A sorted collection enumerator |
| Stack |
public class Stack
A weak LIFO list |
| Stack<T1> |
public template Stack<T1>
A strong-typed LIFO list template |
| StackEnumerator |
public class StackEnumerator
A weak stack enumerator |
| Tuple<T1> |
public template Tuple<T1>
An immutable fixed-size collection of one elemenet |
| Tuple<T1,T2> |
public template Tuple<T1,T2>
An immutable fixed-size collection of two elemenet |
| Tuple<T1,T2,T3> |
public template Tuple<T1,T2,T3>
An immutable fixed-size collection of three elemenet |
| Tuple<T1,T2,T3,T4> |
public template Tuple<T1,T2,T3,T4>
An immutable fixed-size collection of four elemenet |
| Tuple<T1,T2,T3,T4,T5> |
public template Tuple<T1,T2,T3,T4,T5>
An immutable fixed-size collection of five elemenet |
| Tuple<T1,T2,T3,T4,T5,T6> |
public template Tuple<T1,T2,T3,T4,T5,T6>
An immutable fixed-size collection of six elemenet |
| Union<T1,T2> |
public template Union<T1,T2>
|
| VarTuple<T1,T2> |
public template VarTuple<T1,T2>
A variable fixed-size collection of two elemenet |
| VarTuple<T1,T2,T3> |
public template VarTuple<T1,T2,T3>
A variable fixed-size collection of three elemenet |
| VarTuple<T1,T2,T3,T4> |
public template VarTuple<T1,T2,T3,T4>
A variable fixed-size collection of four elemenet |
| VarTuple<T1,T2,T3,T4,T5> |
public template VarTuple<T1,T2,T3,T4,T5>
A variable fixed-size collection of five elemenet |
| VarTuple<T1,T2,T3,T4,T5,T6> |
public template VarTuple<T1,T2,T3,T4,T5,T6>
A variable fixed-size collection of six elemenet |