ES2.LoadDictionary

public static Dictionary<TKey,TValue> LoadDictionary<TKey,TValue>(string path, ES2Settings settings=null)

Parameters

TKey TValue The type of the key and value of the Dictionary. Must be on the Supported Types list.

path

The path where our data is stored. For more information, see Paths.

settings

Optional. A user-created ES2Settings object containing options not specified in path.

Returns

Dictionary<TKey TValue> Our loaded Dictionary.

Description

Loads a Dictionary containing data pairs of type TKey,TValue from the specified path.

C#

JS