PriceUsedCollectionItemNoEnumerator..::..GetEnumerator Method

Get's an enumerator to read lines from a stream

Namespace:  JiwaFinancials.Jiwa.JiwaPriceSchemes
Assembly:  JiwaPriceSchemes (in JiwaPriceSchemes.dll)

Syntax


public IEnumerator<PriceUsed> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PriceUsed)
public:
IEnumerator<PriceUsed^>^ GetEnumerator()

Return Value

IEnumerator(Of String)

Exceptions


ExceptionCondition
InvalidOperationExceptionthrown if GetEnumerator is called more than once

Remarks


Can only be called once due to the underlying stream. Not thread safe.