Outlines.GetEnumerator

Outlines.GetEnumerator method

Returns an enumerator that iterates through the collection.

public abstract IEnumerator<OutlineItemCollection> GetEnumerator()

Return Value

An System.Collections.IEnumerator object that can be used to iterate through the collection.

See Also