StringArray Class

Namespace: id3.Bioseal

Definition

Represents an array of strings.

Properties

Name

Type

Description

count

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

contains

Returns a value indicating whether a specified string occurs in this string array.

get

Gets an item of the StringArray object.

getCount

Gets the number of elements in the StringArray object.