QuoteSeries.GetEnumerator Method
public IEnumerator<Quote> GetEnumerator()
This language is not supported or no code example is available.
public:
IEnumerator<Quote^>^ GetEnumerator()
This language is not supported or no code example is available.
Return Value
IEnumerator<Quote>A IEnumerator`1 that can be used to iterate through the collection.