[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the C5CollectionWrapper<(Of T>) class.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	subCollection As ICollectionValue(Of T) _
)
C#
public C5CollectionWrapper (
	ICollectionValue<T> subCollection
)
Visual C++
public:
C5CollectionWrapper (
	ICollectionValue<T>^ subCollection
)

Parameters

subCollection
ICollectionValue
The sub collection.