[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)
A wrapper that provide a list that is readonly.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<DefaultMemberAttribute("Item")> _ Public Class ReadOnlyList(Of T) _ Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IEnumerable |
C# |
---|
[DefaultMemberAttribute("Item")] public class ReadOnlyList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
Visual C++ |
---|
[DefaultMemberAttribute(L"Item")] generic<typename T> public ref class ReadOnlyList : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
Type Parameters
- T