StringList Class¶
Namespace: id3.Face
Definition¶
Represents a list of strings.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
operator [int index] |
string |
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 |
|---|---|
Adds an item to the StringList object. |
|
Clears the StringList object. |
|
Gets an item of the StringList object. |
|
Gets the number of elements in the StringList object. |
|
Removes an element of the StringList object. |
|
StringList object. |
|
Sets an item of the StringList object. |