[This is preliminary documentation and is subject to change.]

CTor from any Object

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public XPathObjectNavigator(
	Object Object,
	bool AllowCircles
)
Visual Basic
Public Sub New ( _
	Object As Object, _
	AllowCircles As Boolean _
)
Visual C++
public:
XPathObjectNavigator(
	Object^ Object, 
	bool AllowCircles
)
F#
new : 
        Object:Object * 
        AllowCircles:bool -> XPathObjectNavigator
JScript
public function XPathObjectNavigator(
	Object : Object, 
	AllowCircles : boolean
)

Parameters

Object
Type: System..::..Object
Root for new instance
AllowCircles
Type: System..::..Boolean
Indicates if newly created instance will support infinite-depth trees (circle references). See for more details.

See Also