CastedListTFrom, TToGetEnumerator Method

Returns an enumerator that iterates through a collection.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public IEnumerator<TTo> GetEnumerator()

Return Value

IEnumeratorTTo
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

See Also