Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
Smooth.Collections.SortedDictionary Class Reference

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...
 

Detailed Description

Helper class for instantiating SortedDictionary<>s without specifying a comparer.

Member Function Documentation

static SortedDictionary<K, V> Smooth.Collections.SortedDictionary.Create< K, V > ( )
inlinestatic

Creates a new sorted dictionary with the default comparer.

static SortedDictionary<K, V> Smooth.Collections.SortedDictionary.Create< K, V > ( IDictionary< K, V >  dictionary)
inlinestatic

Creates a new sorted dictionary with the default comparer and elements copied from the specified dictionary.


The documentation for this class was generated from the following file: