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

A collection of objects. An object will only appear once in a set.

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

Syntax

Visual Basic (Declaration)
Public Interface ISet(Of T) _
	Implements ICollection(Of T), IEnumerable(Of T), IEnumerable
C#
public interface ISet<T> : ICollection<T>, IEnumerable<T>, IEnumerable
Visual C++
generic<typename T>
public interface class ISet : ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T