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
public virtual void RemoveAll (System.Collections.Generic.ICollection<string> strs);
Public Virtual Sub RemoveAll (System.Collections.Generic.ICollection strs);
Parameters
- strs
- Type: System.Collections.Generic.ICollection
: Collection to be removed from this collection.
Remarks
See Also