EnumerableComCollection<TComEnumerator, TEnumerated> Constructor (TComEnumerator)

 

Initializes a new instance of EnumerableComCollection<TComEnumerator, TEnumerated> for the provided enumerator.

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

protected:
EnumerableComCollection(
	TComEnumerator enumerator
)

Parameters

enumerator
Type: TComEnumerator

The enumerator.

Return to top
Show: