Property Item
| Improve this Doc View SourceItem[Int32]
Gets the view element at specified block ordinal.
Declaration
public T this[int blockOrdinal] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | blockOrdinal | The specified block ordinal. |
Property Value
Type | Description |
---|---|
T | The view element. |