CompositeNodeBase.GetChildNodes(T1) Method

Aspose.Note for .NET API

CompositeNodeBaseGetChildNodesT1 Method

Get all child nodes by the node type.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public abstract List<T1> GetChildNodes<T1>()
where T1 : Node
Public MustOverride Function GetChildNodes(Of T1 As Node) As List(Of T1)
public:
generic<typename T1>
where T1 : Node
virtual List<T1>^ GetChildNodes() abstract
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.

Implements

ICompositeNodeGetChildNodesT1
See Also