Children<TNode>.UnsafeFirst Property
Definition
Gets the first child in the collection without array bounds checks. For high performance scenarios. WARNING: Do not use unless you are certain of the number of children!
public TNode UnsafeFirst { get; }
Property Value
TNode
The first node.
Last modified: 22 November 2024