Saxon API for .NET

XdmValue.GetList Method 

Get the sequence of items in the form of an IList

public IList GetList();

Return Value

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

See Also

XdmValue Class | Saxon.Api Namespace