Sugar.Collections
Classes
| Class | Notes |
|---|---|
| Dictionary<T,U> | Represents a collection of keys and values. |
| DictionaryHelpers | |
| HashSet<T> | Represents a set of values. |
| HashsetHelpers | |
| KeyValue<T,U> | Represents a key/value pair. |
| KeyValuePair<T,U> | |
| List<T> | Represents a collection of objects. |
| ListHelpers | |
| Queue<T> | Represents a first-in-first-out collection of objects. |
| Stack<T> | Represents a last-in-first-out collection of objects. |