IPythonDictionary.Length

Syntax

Length: Integer;

Description

The Length property returns the number of dictionary elements.

Comments

Each element is a key-value pair. The value is accessed by a key.

Example

The property use is given in the example for IPythonDictionary.Item.

See also:

IPythonDictionary