CompositeNode(T).FirstChild Property

Aspose.Note for .NET API

CompositeNodeTFirstChild Property

Gets the first child node of this node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public T FirstChild { get; }
Public ReadOnly Property FirstChild As T
	Get
public:
property T FirstChild {
	T get ();
}
member FirstChild : 'T with get

Property Value

Type: T
See Also