We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b554aa commit f04daf5Copy full SHA for f04daf5
src/bunit.web/Extensions/RenderedFragmentExtensions.cs
@@ -69,7 +69,7 @@ public static IRenderedComponent<TComponent> FindComponent<TComponent>(this IRen
69
70
/// <summary>
71
/// Finds all components of type <typeparamref name="TComponent"/> in the render tree of
72
- /// this <see cref="IRenderedFragment"/>.
+ /// this <see cref="IRenderedFragment"/>, in depth-first order.
73
/// </summary>
74
/// <typeparam name="TComponent">Type of components to find.</typeparam>
75
/// <returns>The <see cref="IRenderedComponent{T}"/>s</returns>
0 commit comments