Saxon API for .NET

XdmValue Constructor 

Create a value from a list of items

public XdmValue(
   IEnumerable items
);

Parameters

items
An enumerator providing the items to make up the sequence. Every member of this list must be an instance of XdmItem

See Also

XdmValue Class | Saxon.Api Namespace