Namespace:
RightEdge.Common
Assembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Assembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public IDictionary<Symbol, RList<BarData>> SymbolBars { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SymbolBars As IDictionary(Of Symbol, RList(Of BarData)) |
| Visual C++ |
|---|
public: property IDictionary<Symbol^, RList<BarData^>^>^ SymbolBars { IDictionary<Symbol^, RList<BarData^>^>^ get (); } |