Saxon API for .NET
XdmValue Constructor
Create a value from a collection of items
public XdmValue(
IEnumerable
items
);
Parameters
items
An enumerable collection providing the items to make up the sequence. Every member of this collection must be an instance of
XdmItem
See Also
XdmValue Class
|
Saxon.Api Namespace