Provides access to a list of bars.

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

Syntax

C#
public class BarList
Visual Basic (Declaration)
Public Class BarList
Visual C++
public ref class BarList

Remarks

This class provides the same functionality as RList>BarData<, but without being a generic class. This is a workaround for the fact that the intelliprompt in RightEdge does not currently fully work with generic classes.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.BarList

See Also