EnumerableComCollection<TComEnumerator, TEnumerated> Constructor (TComEnumerator, Int32)

 

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

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

protected:
EnumerableComCollection(
	TComEnumerator enumerator,
	int cacheSize
)

Parameters

enumerator
Type: TComEnumerator

The enumerator.

cacheSize
Type: System::Int32

The cache size.

Return to top
Show: