Kerbal Space Program
1.12.4
|
Classes | |
class | Comparer< T > |
Analog to System.Collections.Generic.Comparer<T>. More... | |
class | Dictionary |
Helper class for instantiating Dictionary<>s without specifying a comparer. More... | |
class | EqualityComparer< T > |
Analog to System.Collections.Generic.EqualityComparer<T>. More... | |
class | FuncEnumerable< T > |
Enumerable that contains the elements defined by a seed value and step function. More... | |
class | FuncEnumerable< T, P > |
Enumerable that contains the elements defined by a seed value and step function. More... | |
class | HashSet |
Helper class for instantiating HashSet<>s without specifying a comparer. More... | |
class | ICollectionExtensions |
Extension methods for ICollection<>s. More... | |
class | IDictionaryExtensions |
Extension methods for IDictionary<>s. More... | |
class | IListExtensions |
Extension methods for IList<>s. More... | |
class | IListStepper< T > |
Helper class for enuemrating the elements of an IList<T> using a start index and step value. More... | |
class | IListStepperWithIndex< T > |
Helper class for enuemrating the element, index pairs of an IList<T> using a start index and step value. More... | |
class | LinkedListStepper< T > |
Helper class for enuemrating the values in a LinkedList<T> using a start node and step value. More... | |
class | LinkedListStepperNodes< T > |
Helper class for enuemrating the nodes in a LinkedList<T> using a start node and step value. More... | |
class | SortedDictionary |
Helper class for instantiating SortedDictionary<>s without specifying a comparer. More... | |
class | SortedList |
Helper class for instantiating SortedList<>s without specifying a comparer. More... | |