Class name | Description |
---|---|
ArrayList |
public class ArrayList
|
ArrayListIndexer |
public class ArrayListIndexer
|
Dictionary |
public class Dictionary
|
List |
public class List
|
List<T1> |
public template List<T1>
|
Map<T1,T2> |
public template Map<T1,T2>
|
Queue |
public class Queue
|
Queue<T1> |
public template Queue<T1>
|
SortedArrayList |
public class SortedArrayList
|
SortedList |
public class SortedList
|
SortedList<T1,T2> |
public template SortedList<T1,T2>
|
SortedListEnumerator |
public class SortedListEnumerator
|
SortedListIndexer |
public class SortedListIndexer
|
Stack |
public class Stack
|
Stack<T1> |
public template Stack<T1>
|
StackEnumerator |
public class StackEnumerator
|
Tuple<T1> |
public template Tuple<T1>
|
Tuple<T1,T2> |
public template Tuple<T1,T2>
|
Tuple<T1,T2,T3> |
public template Tuple<T1,T2,T3>
|
Tuple<T1,T2,T3,T4> |
public template Tuple<T1,T2,T3,T4>
|
Tuple<T1,T2,T3,T4,T5> |
public template Tuple<T1,T2,T3,T4,T5>
|
Tuple<T1,T2,T3,T4,T5,T6> |
public template Tuple<T1,T2,T3,T4,T5,T6>
|
VarTuple<T1,T2> |
public template VarTuple<T1,T2>
|