[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Constructor with set for source data.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ sourceData As ISet(Of T) _ ) |
C# |
---|
public EHashSet ( ISet<T> sourceData ) |
Visual C++ |
---|
public: EHashSet ( ISet<T>^ sourceData ) |
Parameters
- sourceData
- net.esper.compat.ISet<(Of T>)