Method New
| Improve this Doc View SourceNew(RowAsyncValidator[])
Creates a collection of row async validators.
Declaration
public static IRowAsyncValidators New(params RowAsyncValidator[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| RowAsyncValidator[] | values | The validators. |
Returns
| Type | Description |
|---|---|
| IRowAsyncValidators | The collection of row async validators. |