Children<TNode>.UnsafeLast Property
Definition
Gets the last 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 UnsafeLast { get; }
Property Value
TNode
The last node.
Last modified: 22 November 2024