Method Add
| Improve this Doc View SourceAdd(ScalarAsyncValidator)
Adds the specified validator into this collection.
Declaration
IScalarAsyncValidators Add(ScalarAsyncValidator value)
Parameters
| Type | Name | Description |
|---|---|---|
| ScalarAsyncValidator | value | The validator to add. |
Returns
| Type | Description |
|---|---|
| IScalarAsyncValidators | A new set if there is any modification to current sealed collection; otherwise, the current collection. |