Gets the Symbols associated with this instance.

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

Syntax

C#
public IEnumerable<Symbol> Symbols { get; }
Visual Basic (Declaration)
Public ReadOnly Property Symbols As IEnumerable(Of Symbol)
Visual C++
public:
property IEnumerable<Symbol^>^ Symbols {
	IEnumerable<Symbol^>^ get ();
}

See Also