[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)
Initializes a new instance of the ReadOnlyList<(Of T>) class.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ parentList As IList(Of T) _ ) |
C# |
---|
public ReadOnlyList ( IList<T> parentList ) |
Visual C++ |
---|
public: ReadOnlyList ( IList<T>^ parentList ) |
Parameters
- parentList
- System.Collections.Generic.IList<(Of T>)
The parent list.