[Is not implemented] Copies the elements of the collection to an Array, starting at a particular Array index.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- array
- Type: System.Collections.Generic KeyValuePair String, UniValue
The one-dimensional Array that is the destination of the elements copied from collection. The Array must have zero-based indexing.
- arrayIndex
- Type: System Int32
The zero-based index in array at which copying begins.
Implements
ICollection T CopyTo( T , Int32)See Also