Skip to content

Commit dc6b707

Browse files
authored
Clarification of API remark on ParameterView (#25106)
* Clarification of API remark on ParameterView
1 parent 1078811 commit dc6b707

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Components/Components/src/ComponentBase.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,8 @@ void IComponent.Attach(RenderHandle renderHandle)
200200
/// <returns>A <see cref="Task"/> that completes when the component has finished updating and rendering itself.</returns>
201201
/// <remarks>
202202
/// <para>
203-
/// The <see cref="SetParametersAsync(ParameterView)"/> method should be passed the entire set of parameter values each
204-
/// time <see cref="SetParametersAsync(ParameterView)"/> is called. It not required that the caller supply a parameter
205-
/// value for all parameters that are logically understood by the component.
203+
/// Parameters are passed when <see cref="SetParametersAsync(ParameterView)"/> is called. It is not required that
204+
/// the caller supply a parameter value for all of the parameters that are logically understood by the component.
206205
/// </para>
207206
/// <para>
208207
/// The default implementation of <see cref="SetParametersAsync(ParameterView)"/> will set the value of each property

0 commit comments

Comments
 (0)