get_enumerator method

On this page

get_enumerator

Returns an enumerator that iterates through the collection.

def get_enumerator(self):
    ...

Returns: An enumerator that can be used to iterate through the collection.

See Also

On this page