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