.. index:: 
  !DecryptionArgs.getCount Method
  
.. _id3_bioseal_decryption_args_get_count_class_method:

===============================================================================
DecryptionArgs.getCount Method
===============================================================================

Module: :ref:`DecryptionArgs<id3_bioseal_decryption_args_class>`

Definition
----------

Gets the number of elements in the DecryptionArgs object.


.. code:: Dart

    int getCount()

**Returns**

.. line-block::

    ``int``
    Number of elements in the  object.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



