Property Count
Count
Gets the number of elements in this ArrayValue
instance.
Declaration
public override int Count { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The number of elements contained in the array which this instance represents. |