Gets a symbol with the specified name. Throws an exception if there is no symbol with the specified name, or if there is more than one.

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

Syntax

C#
public Symbol GetSymbolByName(
	string name
)
Visual Basic (Declaration)
Public Function GetSymbolByName ( _
	name As String _
) As Symbol
Visual C++
public:
Symbol^ GetSymbolByName(
	String^ name
)

Parameters

name
Type: System..::.String
The name of the symbol to return.

Return Value

The Symbol with the specified name.

See Also