Constructs an IndicatorCollections instance.

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

Syntax

C#
public IndicatorCollections(
	SystemData baseSystem
)
Visual Basic (Declaration)
Public Sub New ( _
	baseSystem As SystemData _
)
Visual C++
public:
IndicatorCollections(
	SystemData^ baseSystem
)

Parameters

baseSystem
Type: RightEdge.Common..::.SystemData
A constructed BaseSystem object.

See Also