| WikiReadOnlyDictionaryICollectionKeyValuePairString, JsonElementCopyTo 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>>.CopyTo(
KeyValuePair<string, JsonElement>[] array,
int arrayIndex
)
Private Sub CopyTo (
array As KeyValuePair(Of String, JsonElement)(),
arrayIndex As Integer
) Implements ICollection(Of KeyValuePair(Of String, JsonElement)).CopyTo
Dim instance As WikiReadOnlyDictionary
Dim array As KeyValuePair(Of String, JsonElement)()
Dim arrayIndex As Integer
CType(instance, ICollection(Of KeyValuePair(Of String, JsonElement))).CopyTo(array,
arrayIndex)
private:
virtual void CopyTo(
array<KeyValuePair<String^, JsonElement>>^ array,
int arrayIndex
) sealed = ICollection<KeyValuePair<String^, JsonElement>>::CopyTo
private abstract CopyTo :
array : KeyValuePair<string, JsonElement>[] *
arrayIndex : int -> unit
private override CopyTo :
array : KeyValuePair<string, JsonElement>[] *
arrayIndex : int -> unit
Parameters
- array KeyValuePairString, JsonElement
- The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)Exceptions See Also