Click or drag to resize

imbXPathQueryCollection Constructor (IEnumerableimbXPathQuery)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the imbXPathQueryCollection class

Namespace:  imbACE.Core.xml.query
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public imbXPathQueryCollection(
	IEnumerable<imbXPathQuery> __input
)
Request Example View Source

Parameters

__input
Type: System.Collections.GenericIEnumerableimbXPathQuery
See Also