Property Count
Count
Gets the number of key/value pairs in the dictionary represented
by this MapValue instance.
Declaration
public override int Count { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The number of key/value pairs in the dictionary which this instance represents. |