Returns an enumerator that iterates through the symbol script objects in the collection.

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

Syntax

C#
public IEnumerator<TSymbolScript> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of TSymbolScript)
Visual C++
public:
virtual IEnumerator<TSymbolScript>^ GetEnumerator() sealed

Return Value

An enumerator that can be used to iterate through the symbol script objects in the collection.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also