ICompositeNode.GetChildNodes(T1) Method

Aspose.Note for .NET API

ICompositeNodeGetChildNodesT1 Method

Get all child nodes by the node type.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
List<T1> GetChildNodes<T1>()
where T1 : Node
Function GetChildNodes(Of T1 As Node) As List(Of T1)
generic<typename T1>
where T1 : Node
List<T1>^ GetChildNodes()
abstract GetChildNodes : unit -> List<'T1>  when 'T1 : Node

Type Parameters

T1
The type of elements in the returned list.

Return Value

Type: ListT1
A list of child nodes.
See Also