Click or drag to resize

StringArrayBlob Methods

The StringArrayBlob type exposes the following members.

Methods
NameDescription
Public method Add
Appends the specified String to the end of this list.
Public method Clear
Clear all String elements in the list.
Public method Get
Returns the String at the specified position in this list.
Public method Iterator
Returns an iterator over elements of String.
Public method Remove
Removes the String at the specified position in this list.
Public method Size
Returns the number of String elements in this list.
Top Top
See Also