IPythonDictionary.Keys

Syntax

Keys: IPythonList;

Description

The Keys property returns the list of all dictionary keys.

Example

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

See also:

IPythonDictionary