Table of Contents

Method CopyTo

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

CopyTo(T[], int)

Copies the nodes to an array.

public void CopyTo(T[] array, int arrayIndex)

Parameters

array T[]

The destination array.

arrayIndex int

The starting index in the destination.