ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / TagCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (TagCollection)
    In This Topic
    Returns an enumerator that iterates through the TagCollection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator
    public IEnumerator GetEnumerator()
    See Also