FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ValidationRuleCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (ValidationRuleCollection)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of ValidationRule)
    public IEnumerator<ValidationRule> GetEnumerator()

    Return Value

    An enumerator that can be used to iterate through the collection.
    See Also