MetadataItems.

CopyTo(KeyValuePair<string, Object>[], int) Method

Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Containing Type
MetadataItems

Syntax

public void CopyTo(KeyValuePair<string, Object>[] array, int arrayIndex)

Parameters

Name Type Description
array KeyValuePair<string, Object>[]
arrayIndex int

Return Value

Type Description
void
GitHub