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 6645ce6 commit fe7a183Copy full SHA for fe7a183
src/Components/Components/src/Binding/IFormValueSupplier.cs
@@ -15,7 +15,7 @@ public interface IFormValueSupplier
15
/// </summary>
16
/// <param name="formName">The form name to bind data from.</param>
17
/// <param name="valueType">The <see cref="Type"/> for the value to bind.</param>
18
- /// <returns></returns>
+ /// <returns><c>true</c> if the value type can be bound; otherwise, <c>false</c>.</returns>
19
bool CanBind(string formName, Type valueType);
20
21
/// <summary>
0 commit comments