A class that provides access to a series of data.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll)
Version: 2008.1.0.0 (2008.1.0.0)

Syntax

C#
[SerializableAttribute]
public sealed class RList<T>
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class RList(Of T)
Visual C++
[SerializableAttribute]
generic<typename T>
public ref class RList sealed

Type Parameters

T
The type of elements in the list.

Remarks

An RList is used to provide access to series in RightEdge where there each element in the series corresponds to a bar. The Current property provides access to the value for the most recent bar, and the LookBack(Int32) method provides access to previous values.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.RList<(Of <(T>)>)

See Also