Property Item
Item[Int32]
Gets the value at the specified index.
Declaration
public override FieldValue this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | Zero-based index of the value. |
Property Value
| Type | Description |
|---|---|
| FieldValue |
The value at the index
|
Overrides
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | If
index is less than 0 or equal to or greater
than Count |