Children<TNode>.UnsafeSlice Method
Overloads
Name | Description |
---|---|
Returns a ReadOnlySpan<T> of a range of nodes in the source Children<TNode>. Nodes should not be added or removed from the Children<TNode> while the ReadOnlySpan<T> is in use. | |
Returns a ReadOnlySpan<T> of a range of nodes in the source Children<TNode>. Nodes should not be added or removed from the Children<TNode> while the ReadOnlySpan<T> is in use. |
UnsafeSlice(Int32, Int32)
Returns a ReadOnlySpan<T> of a range of nodes in the source Children<TNode>. Nodes should not be added or removed from the Children<TNode> while the ReadOnlySpan<T> is in use.
Parameters
Returns
A ReadOnlySpan<T> of a range of nodes in the source Children<TNode>.
UnsafeSlice(Range)
Returns a ReadOnlySpan<T> of a range of nodes in the source Children<TNode>. Nodes should not be added or removed from the Children<TNode> while the ReadOnlySpan<T> is in use.
Parameters
Returns
A ReadOnlySpan<T> of a range of nodes in the source Children<TNode>.