You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[EnumerateSlice(Int32, Int32)](MrKWatkins.Ast.Children-1.EnumerateSlice.md#mrkwatkins-ast-children-1-enumerateslice(system-int32-system-int32))| Returns a lazy enumeration of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). |
7
+
|[EnumerateSlice(Range)](MrKWatkins.Ast.Children-1.EnumerateSlice.md#mrkwatkins-ast-children-1-enumerateslice(system-range))| Returns a lazy enumeration of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). |
Copy file name to clipboardExpand all lines: doc/topics/API/MrKWatkins.Ast.Children-1.Replace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Children<TNode>.Replace Method
2
2
## Definition
3
3
4
-
Replaces a node in the collection with another node. The replacement will be removed from its parent and the node being replaced will have it's parent removed.
4
+
Replaces a node in the collection with another node. The replacement will be removed from its parent and the node being replaced will have its parent removed.
|[UnsafeSlice(Int32, Int32)](MrKWatkins.Ast.Children-1.UnsafeSlice.md#mrkwatkins-ast-children-1-unsafeslice(system-int32-system-int32))| Returns a [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). Nodes should not be added or removed from the [Children<TNode>](MrKWatkins.Ast.Children-1.md) while the [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) is in use. |
7
+
|[UnsafeSlice(Range)](MrKWatkins.Ast.Children-1.UnsafeSlice.md#mrkwatkins-ast-children-1-unsafeslice(system-range))| Returns a [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). Nodes should not be added or removed from the [Children<TNode>](MrKWatkins.Ast.Children-1.md) while the [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) is in use. |
Returns a [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). Nodes should not be added or removed from the [Children<TNode>](MrKWatkins.Ast.Children-1.md) while the [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) is in use.
A [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md).
Returns a [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). Nodes should not be added or removed from the [Children<TNode>](MrKWatkins.Ast.Children-1.md) while the [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) is in use.
A [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md).
| [UnsafeSlice(Int32, Int32)](MrKWatkins.Ast.Children-1.UnsafeSlice.md#mrkwatkins-ast-children-1-unsafeslice(system-int32-system-int32)) |Returnsa [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). Nodes should not be added or removed from the [Children<TNode>](MrKWatkins.Ast.Children-1.md) while the [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) is in use. |
65
+
| [UnsafeSlice(Range)](MrKWatkins.Ast.Children-1.UnsafeSlice.md#mrkwatkins-ast-children-1-unsafeslice(system-range)) |Returnsa [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) of a range of nodes in the source [Children<TNode>](MrKWatkins.Ast.Children-1.md). Nodes should not be added or removed from the [Children<TNode>](MrKWatkins.Ast.Children-1.md) while the [ReadOnlySpan<T>](https://learn.microsoft.com/en-gb/dotnet/api/System.ReadOnlySpan-1) is in use. |
0 commit comments