Skip to content

JSMap.AddRange<TKey,TValue> method

C#
public void AddRange<TKey, TValue>(IEnumerable<KeyValuePair<TKey, TValue>> items, 
    From<TKey> keyToJS, From<TValue> valueToJS)

See Also

Released under the MIT license