[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 EnumerableStep(
	IEnumerable Object,
	int index
)
Visual Basic
Public Sub New ( _
	Object As IEnumerable, _
	index As Integer _
)
Visual C++
public:
EnumerableStep(
	IEnumerable^ Object, 
	int index
)
F#
new : 
        Object:IEnumerable * 
        index:int -> EnumerableStep
JScript
public function XPathObjectNavigator..::..EnumerableStep(
	Object : IEnumerable, 
	index : int
)

Parameters

Object
Type: System.Collections..::..IEnumerable
Instance of IEnumerable to iterrate through
index
Type: System..::..Int32
Index to move Enumerator initially to

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionindex is less than zero - or index points to position which exceeds number of items in Object

See Also