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
public virtual void Remove (int i);
Public Virtual Sub Remove (Integer 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