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

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

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.
See Also