Property IReadOnlyList<RowAsyncValidator>.Item
| Improve this Doc View SourceIReadOnlyList<RowAsyncValidator>.Item[Int32]
Declaration
RowAsyncValidator IReadOnlyList<RowAsyncValidator>.this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| RowAsyncValidator |
Implements
System.Collections.Generic.IReadOnlyList<T>.Item[System.Int32]