[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.GetEnumerator

GetEnumerator Method

GetEnumerator()

Retrieves an enumerator for the List.

Declaration
public virtual IEnumerator GetEnumerator()
Returns
Type Description
IEnumerator

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

Implements