Extension Class¶
Namespace: id3.Bioseal
Definition¶
Represents an extension.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the dict |
|
Gets a string list containing the keys in the dict. |
||
string |
The extension name. |
|
operator [string key] |
string |
Gets or sets the element for the key in the dict. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
The iteration is done on keys
Methods¶
Name |
Description |
|---|---|
Determines whether the Extensionobject contains the specified key. |
|
Gets an item of the Extension object. |
|
Gets the number of elements in the Extension object. |