Click or drag to resize
MessagePackObjectDictionaryKeySetCopyTo Method (MessagePackObject, Int32)
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public void CopyTo(
	MessagePackObject[] array,
	int arrayIndex
)

Parameters

array
Type: MsgPackMessagePackObject
The one-dimensional Array that is the destination of the elements copied from this dictionary. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also