ObjectsEnumeratorT(ObjectsEnumeratorT, Int32) Constructor

Initializes a new instance of the ObjectsEnumeratorT class

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
protected ObjectsEnumerator(
	ObjectsEnumerator<T> enumerator,
	int stopIndex
)

Parameters

enumerator  ObjectsEnumeratorT
 
stopIndex  Int32
 

See Also