ChartingStateManagedCollectionTGetEnumerator Method |
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IEnumerator<T> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of T)
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Return Value
Type:
IEnumeratorTA System.Collections.Generic.List>T<.Enumerator for the System.Collections.Generic.List>T<.
Implements
IEnumerableTGetEnumerator
See Also