ES2Web.LoadDictionary

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

Parameters

tag

The tag of the data we want to load.

Returns

Dictionary<TKey TValue> Our loaded Dictionary.

Description

Loads the Dictionary of type TKey/TValue from the data downloaded using ES2Web. You must yield ES2Web.Download() before calling this method.

C#

JS