Notebook.GetChildNodes

Notebook.GetChildNodes<T1> method

Get all child nodes by the node type.

public IList<T1> GetChildNodes<T1>()
    where T1 : Node
ParameterDescription
T1The type of elements in the returned list.

Return Value

A list of child nodes.

See Also