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.Dictionary Class Reference

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

Detailed Description

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

Member Function Documentation

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

Creates a new dictionary with the default comparer.

static Dictionary<K, V> Smooth.Collections.Dictionary.Create< K, V > ( int  capacity)
inlinestatic

Creates a new dictionary with the default comparer and the specified initial capacity.

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

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


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