File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Components/Components/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,8 @@ void IComponent.Attach(RenderHandle renderHandle)
200
200
/// <returns>A <see cref="Task"/> that completes when the component has finished updating and rendering itself.</returns>
201
201
/// <remarks>
202
202
/// <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.
206
205
/// </para>
207
206
/// <para>
208
207
/// The default implementation of <see cref="SetParametersAsync(ParameterView)"/> will set the value of each property
You can’t perform that action at this time.
0 commit comments