Click or drag to resize

xPathQueryCache Constructor (IXPathNavigable, ICollectionString, Boolean, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Pravi xPath za selektovanje svih kljuceva

Namespace:  imbACE.Core.xml.query
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public xPathQueryCache(
	IXPathNavigable __source,
	ICollection<string> __keysForXpath,
	bool __count = false,
	bool extendVariations = false
)
Request Example View Source

Parameters

__source
Type: System.Xml.XPathIXPathNavigable
__keysForXpath
Type: System.Collections.GenericICollectionString
__count (Optional)
Type: SystemBoolean
extendVariations (Optional)
Type: SystemBoolean
See Also