 | 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.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic void AddRange(
IEnumerable<KeyValuePair<TKey, TValue>> items
)
Public Sub AddRange (
items As IEnumerable(Of KeyValuePair(Of TKey, TValue))
)
Dim instance As OrderedKeyValuePairs
Dim items As IEnumerable(Of KeyValuePair(Of TKey, TValue))
instance.AddRange(items)
public:
void AddRange(
IEnumerable<KeyValuePair<TKey, TValue>>^ items
)
member AddRange :
items : IEnumerable<KeyValuePair<'TKey, 'TValue>> -> unit
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