Click or drag to resize

StringSetBlob Class

StringSetBlobSerializableBlobString
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.StringSetBlob

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class StringSetBlob : SerializableBlob, 
	IJavaObject, IDisposable, IJavaPeerable

The StringSetBlob type exposes the following members.

Constructors
NameDescription
Public methodStringSetBlob
Initializes a new instance of the StringSetBlob class
Public methodStringSetBlob
Initializes a new instance of the StringSetBlob class
Public methodStringSetBlob
Initializes a new instance of the StringSetBlob class
Top
Properties
NameDescription
Public propertyIsEmpty
Returns true if the collection is empty.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodAdd
Add the specified String to the collection of Strings.
Public methodClear
Clear all String elements in the collection.
Public methodContains
Returns true if the specified String is contained into the collection.
Public methodGet
Returns the all the strings from the collection.
Public methodIterator
Returns an iterator over elements of String.
Public methodRemove
Remove the specified String from the collection of Strings.
Public methodRemoveAll
Remove the specified collection of String from this collection of Strings.
Public methodSize
Returns the number of String elements in this collection.
Top
Remarks
StringSetBlob implements the SerializableBlob that manages a collection of String.

[Android Documentation]

See Also