Skip to content

Children<TNode>.LastOrNull Property

Definition

Gets the last child in the collection or null if the collection is empty.

public TNode LastOrNull { get; }

View source

Property Value

TNode

The last node or null.