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