Saxon API for .NET

XdmValue.GetEnumerator Method 

Get the sequence of items in the form of an IEnumerator

public IEnumerator GetEnumerator();

Return Value

An enumeration over the list of items making up this value. Each item in the list will be an object of type XdmItem

Implements

IEnumerable.GetEnumerator

See Also

XdmValue Class | Saxon.Api Namespace