Property Count
Count
Gets the number of elements in the collection.
Declaration
public virtual int Count { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | Number of elements in the collection. |
Remarks
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | If this instance is not ArrayValue, MapValue or RecordValue. |