StringSetBlob.IsEmpty Property
Click or drag to resize

StringSetBlobIsEmpty Property

Returns true if the collection is empty.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual bool IsEmpty { get; }

Property Value

Property Value

Type: System.Boolean
boolean true if the collection is empty, otherwise false.

Remarks
Returns true if the collection is empty.

[Android Documentation]

See Also