OutlineItemCollection.GetEnumerator

OutlineItemCollection.GetEnumerator method

Returns an enumerator that iterates through the collection.

public override IEnumerator<OutlineItemCollection> GetEnumerator()

Return Value

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

See Also