VsEnumerableEx<TComEnumerator, TComEnumerated> Constructor (IEnumerable<TComEnumerated>^, Int32)

 

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

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

protected:
VsEnumerableEx(
	IEnumerable<TComEnumerated>^ collection,
	int enumeratorPosition
)

Parameters

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

The collection to be enumerated.

enumeratorPosition
Type: System::Int32

The position of the created enumerator in the collection.

Return to top
Show: