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