Retrieves an enumerator for the List.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual IEnumerator GetEnumerator()
Visual Basic
Public Overridable Function GetEnumerator As IEnumerator

Return Value

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

Implements

IEnumerable..::..GetEnumerator()()()()

See Also