Table of Contents

BuildComponentUtilities.ToArray Method

Definition

Namespace
Sandcastle.Core.BuildAssembler
Assembly
Sandcastle.Core.dll

Convert an XPath node iterator to an array

public static XPathNavigator[] ToArray(this XPathNodeIterator iterator)

Parameters

iterator XPathNodeIterator

The XPath iterator to convert to an array

Returns

XPathNavigator[]

An array with the cloned nodes from the iterator