ExtensionList Class

Namespace: id3.Bioseal

Definition

Represents a list of extensions.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the dict

keys

StringArray

Gets a string list containing the keys in the dict.

operator [string key]

Extension

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

Clear the list.

containsKey

Determines whether the ExtensionListobject contains the specified key.

get

Gets an item of the ExtensionList object.

getCount

Gets the number of elements in the ExtensionList object.