VsEnumerable<TComEnumerator, TComEnumerated> Constructor (IEnumerable<TComEnumerated>^, Int32)
Visual Studio 2015
Initializes a new instance of the VsEnumerable<TComEnumerator, TComEnumerated> class.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
protected: VsEnumerable( 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.
Show: