ExtensionList Class¶
Namespace: id3.Bioseal
Definition¶
Represents a list of extensions.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the dict |
|
Gets a string list containing the keys in the dict. |
||
operator [string key] |
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 |
|---|---|
Clear the list. |
|
Determines whether the ExtensionListobject contains the specified key. |
|
Gets an item of the ExtensionList object. |
|
Gets the number of elements in the ExtensionList object. |