| WikiReadOnlyDictionaryICollectionKeyValuePairString, JsonElementAdd Method |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax void ICollection<KeyValuePair<string, JsonElement>>.Add(
KeyValuePair<string, JsonElement> item
)
Private Sub Add (
item As KeyValuePair(Of String, JsonElement)
) Implements ICollection(Of KeyValuePair(Of String, JsonElement)).Add
Dim instance As WikiReadOnlyDictionary
Dim item As KeyValuePair(Of String, JsonElement)
CType(instance, ICollection(Of KeyValuePair(Of String, JsonElement))).Add(item)
private:
virtual void Add(
KeyValuePair<String^, JsonElement> item
) sealed = ICollection<KeyValuePair<String^, JsonElement>>::Add
private abstract Add :
item : KeyValuePair<string, JsonElement> -> unit
private override Add :
item : KeyValuePair<string, JsonElement> -> unit
Parameters
- item KeyValuePairString, JsonElement
- The object to add to the ICollectionT.
Implements
ICollectionTAdd(T)Exceptions See Also