Click or drag to resize

StringSetBlob Methods

The StringSetBlob type exposes the following members.

Methods
NameDescription
Public method Add
Add the specified String to the collection of Strings.
Public method Clear
Clear all String elements in the collection.
Public method Contains
Returns true if the specified String is contained into the collection.
Public method Get
Returns the all the strings from the collection.
Public method Iterator
Returns an iterator over elements of String.
Public method Remove
Remove the specified String from the collection of Strings.
Public method RemoveAll
Remove the specified collection of String from this collection of Strings.
Public method Size
Returns the number of String elements in this collection.
Top Top
See Also