Click or drag to resize

OrderedKeyValuePairsTKey, TValueAddRange Method

This is preliminary documentation and is subject to change.

[Missing <summary> documentation for "M:WikiClientLibrary.Infrastructures.OrderedKeyValuePairs`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})"]


Namespace: WikiClientLibrary.Infrastructures
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public void AddRange(
	IEnumerable<KeyValuePair<TKey, TValue>> items
)

Parameters

items  IEnumerableKeyValuePairTKey, TValue

[Missing <param name="items"/> documentation for "M:WikiClientLibrary.Infrastructures.OrderedKeyValuePairs`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})"]

See Also