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