Table of Contents

CopyTo Method

Definition

Namespace
Savvyio
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/MetadataDictionary.cs

CopyTo(KeyValuePair<string, object>[], int)

Copies the elements of the MetadataDictionary to an array of type KeyValuePair<TKey, TValue>, starting at the specified array index.

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

Parameters

array KeyValuePair<string, object>[]

The one-dimensional Array that is the destination of the elements copied from MetadataDictionary. The Array must have zero-based indexing.

arrayIndex int

The zero-based index in array at which copying begins.