BookmarksOutlineLevelCollection.GetEnumerator

BookmarksOutlineLevelCollection GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection.

BookmarksOutlineLevelCollection.GetEnumerator method

Returns an enumerator object that can be used to iterate over all items in the collection.

public IEnumerator<KeyValuePair<string, int>> GetEnumerator()

See Also