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

An extended set using a hashing algorithm.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class EHashSet(Of T) _
	Implements ISet(Of T), ICollection(Of T), IEnumerable(Of T), IEnumerable
C#
public sealed class EHashSet<T> : ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Visual C++
generic<typename T>
public ref class EHashSet sealed : ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

Inheritance Hierarchy

System.Object
  net.esper.compat.EHashSet<(Of T>)