Click or drag to resize

StringArrayBlobRemove Method

Removes the String at the specified position in this list.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual void Remove (int i);

Parameters

i
Type: System.Int32
: the index of the element to be removed
Remarks
Removes the String at the specified position in this list. Shifts any subsequent String to the left (subtracts one from their indices).

[Android Documentation]

See Also

Reference