[This is preliminary documentation and is subject to change.]
Namespace: Tools.XmlT.XPathTAssembly: 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 |
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