[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)
Description of LinkedHashSet.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class LinkedHashSet(Of T) _ Implements ISet(Of T), ICollection(Of T), IEnumerable(Of T), IEnumerable |
C# |
---|
public class LinkedHashSet<T> : ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
Visual C++ |
---|
generic<typename T> public ref class LinkedHashSet : ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
Type Parameters
- T