Property Item
Item[Int32]
Gets or sets the element at the specified index.
Declaration
public override FieldValue this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The zero-based index of the element to get or set. |
Property Value
| Type | Description |
|---|---|
| FieldValue |
The element at the specified index. For set operation, if the
value is null,
Null will be used.
|
Overrides
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | If
index is less than 0 or equal to or greater
than Count |