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

CTor

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

Syntax

C#
public PropertyStep(
	Object Object,
	PropertyInfo Property
)
Visual Basic
Public Sub New ( _
	Object As Object, _
	Property As PropertyInfo _
)
Visual C++
public:
PropertyStep(
	Object^ Object, 
	PropertyInfo^ Property
)
F#
new : 
        Object:Object * 
        Property:PropertyInfo -> PropertyStep
JScript
public function XPathObjectNavigator..::..PropertyStep(
	Object : Object, 
	Property : PropertyInfo
)

Parameters

Object
Type: System..::..Object
Object the property is invoked on
Property
Type: System.Reflection..::..PropertyInfo
Identification of property to be represented by a new instance

See Also