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