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