.. index:: 
  !ExtensionList Class

.. _id3_bioseal_extension_list_class:

===============================================================================
ExtensionList Class
===============================================================================

Namespace: :ref:`id3.Bioseal<reference_bioseal>`

.. toctree::
  :hidden:

  clear<clear>
  containsKey<contains_key>
  count<count>
  get<get>
  getCount<get_count>
  keys<keys>


Definition
----------
.. line-block::
    Represents a list of extensions.


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 30 5 65
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - :ref:`count<id3_bioseal_extension_list_count_class_member>`
    - int
    - Gets the number of elements contained in the dict
  * - :ref:`keys<id3_bioseal_extension_list_keys_class_member>`
    - :ref:`StringArray<id3_bioseal_string_array_class>`
    - Gets a string list containing the keys in the dict.
  * - operator [string key]
    - :ref:`Extension<id3_bioseal_extension_class>`
    - 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
-------

.. list-table:: 
  :width: 100%
  :widths: 30 70
  :header-rows: 1

  * - Name
    - Description
  * - :ref:`clear<id3_bioseal_extension_list_clear_class_method>`
    - Clear the list.
  * - :ref:`containsKey<id3_bioseal_extension_list_contains_key_class_method>`
    - Determines whether the ExtensionListobject contains the specified key.
  * - :ref:`get<id3_bioseal_extension_list_get_class_method>`
    - Gets an item of the ExtensionList object.
  * - :ref:`getCount<id3_bioseal_extension_list_get_count_class_method>`
    - Gets the number of elements in the ExtensionList object.
