Collections

From Logic Wiki
Jump to: navigation, search


List<T>

public class List<T> : IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Array

ArrayList

SortedList<TKey, TValue>

HashTable

Queue / Queue<T>

FIFO

Stack / Stack<T>

LIFO

Dictionary<TKey, TValue>

ObservableCollection<T>

Custom Types