PriceUsedCollectionItemNoEnumerator..::..GetEnumerator Method
Get's an enumerator to read lines from a stream
Namespace:
JiwaFinancials.Jiwa.JiwaPriceSchemesAssembly: 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
Exception | Condition |
---|---|
InvalidOperationException | thrown if GetEnumerator is called more than once |