| OrderedKeyValuePairsTKey, TValueAdd(TKey, TValue) Method |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "M:WikiClientLibrary.Infrastructures.OrderedKeyValuePairs`2.Add(`0,`1)"]
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public void Add(
TKey key,
TValue value
)
Public Sub Add (
key As TKey,
value As TValue
)
Dim instance As OrderedKeyValuePairs
Dim key As TKey
Dim value As TValue
instance.Add(key, value)
public:
void Add(
TKey key,
TValue value
)
member Add :
key : 'TKey *
value : 'TValue -> unit
Parameters
- key TKey
[Missing <param name="key"/> documentation for "M:WikiClientLibrary.Infrastructures.OrderedKeyValuePairs`2.Add(`0,`1)"]
- value TValue
[Missing <param name="value"/> documentation for "M:WikiClientLibrary.Infrastructures.OrderedKeyValuePairs`2.Add(`0,`1)"]
See Also