Kerbal Space Program
1.12.4
|
Helper class for instantiating SortedDictionary<>s without specifying a comparer. More...
Static Public Member Functions | |
static SortedDictionary< K, V > | Create< K, V > () |
Creates a new sorted dictionary with the default comparer. More... | |
static SortedDictionary< K, V > | Create< K, V > (IDictionary< K, V > dictionary) |
Creates a new sorted dictionary with the default comparer and elements copied from the specified dictionary. More... | |
Helper class for instantiating SortedDictionary<>s without specifying a comparer.
|
inlinestatic |
Creates a new sorted dictionary with the default comparer.
|
inlinestatic |
Creates a new sorted dictionary with the default comparer and elements copied from the specified dictionary.