Aspose.Note for .Net
NotebookGetChildNodesT1 Method |
Get all child nodes by the node type.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public IList<T1> GetChildNodes<T1>() where T1 : Node
Public Function GetChildNodes(Of T1 As Node) As IList(Of T1)
public: generic<typename T1> where T1 : Node IList<T1>^ GetChildNodes()
member GetChildNodes : unit -> IList<'T1> when 'T1 : Node
Type Parameters
- T1
- The type of elements in the returned list.
Return Value
Type: IListT1A list of child nodes.
