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.
Gets the last child in the collection or null if the collection is empty.
public TNode LastOrNull { get; }
TNode
The last node or null.