Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / CategoryStorage Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (CategoryStorage)
    In This Topic
    Retrieves an enumerator for the List.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEnumerator() As IEnumerator
    public virtual IEnumerator GetEnumerator()

    Return Value

    An System.Collections.IEnumerable object that can be used to iterate through the collection.
    See Also