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