Click or drag to resize

StringSetBlobRemoveAll Method

Remove the specified collection of String from this collection of Strings.

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 RemoveAll (System.Collections.Generic.ICollection<string> strs);

Parameters

strs
Type: System.Collections.Generic.ICollection
: Collection to be removed from this collection.
Remarks
Remove the specified collection of String from this collection of Strings.

[Android Documentation]

See Also

Reference