Click or drag to resize

ContainerHelperNewDictionary Method

Overload List
  NameDescription
Public methodStatic memberNewDictionary(Type, Type)
Creates a new dictionary of the given key type and value type
Public methodStatic memberNewDictionary(Type, Type, Object)
Creates a new dictionary of the given key type and value type, initialized with the content of the old dictionary (clones the old dictionary)
Top
See Also