PluginList Class

Namespace: id3.Devices

Definition

Manages a collection of plugin_info objects, facilitating operations like addition, removal, and enumeration of plugins within an application.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

PluginInfo

Gets or sets the element at the specified index in the list.

Iteration

This class supports iteration in Dart, C#, Java and Python.

Methods

Name

Description

add

Adds an item to the PluginList object.

clear

Clears the PluginList object.

get

Gets an item of the PluginList object.

getCount

Gets the number of elements in the PluginList object.

removeAt

Removes an element of the PluginList object.

resize

PluginList object.

set

Sets an item of the PluginList object.