CompositeNode(T).LastChild Property

Aspose.Note for .NET API

CompositeNodeTLastChild Property

Gets the last child node of this node.

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

Property Value

Type: T
See Also