ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / XObjectExpression Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (XObjectExpression)
    In This Topic
    Gets an System.Collections.IEnumerator that can be used to iterate over a collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As System.Collections.IEnumerator
    public System.Collections.IEnumerator GetEnumerator()

    Return Value

    An System.Collections.IEnumerator that can be used to iterate over a collection.
    See Also