VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated> Constructor (IEnumerable<TEnumerated>^, Int32)

 

Initializes a new instance of the VsEnumerable<TComEnumerator, TComEnumerated, TEnumerated> class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
VsEnumerable(
	IEnumerable<TEnumerated>^ collection,
	int enumeratorPosition
)

Parameters

collection
Type: System.Collections.Generic::IEnumerable<TEnumerated>^

The collection to be enumerated.

enumeratorPosition
Type: System::Int32

The position of the created enumerator in the collection.

Return to top
Show: