Children<TNode>.LastOrNull Property
Definition
Gets the last child in the collection or null if the collection is empty.
public TNode LastOrNull { get; }
Property Value
TNode
The last node or null
.
Last modified: 22 November 2024
Gets the last child in the collection or null if the collection is empty.
TNode
The last node or null
.