Notebook.GetEnumerator

Notebook.GetEnumerator method

Returns an enumerator that iterates through child nodes of the Notebook.

public IEnumerator<INotebookChildNode> GetEnumerator()

Return Value

A IEnumerator.

See Also