Add the specified String
to the 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 Add (string str);
Public Virtual Sub Add (String str);
Parameters
- str
- Type: System.String
: String to be added to this collection.
Remarks
See Also