Click or drag to resize

SerializableBlobClone Method

Method to crete a clone of the instance of the base type of the BlobProperty it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree otherwise the commit() does not work.

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 Com.Datalogic.Device.Configuration.SerializableBlob Clone ();

Return Value

Type: Com.Datalogic.Device.Configuration.SerializableBlob
No description available.

Exceptions
Exception Condition
CloneNotSupportedException
Remarks
Method to crete a clone of the instance of the base type of the BlobProperty it is used by the get() method of BlobProperty to give not the reference to the same instance present in ConfigurationManager tree otherwise the commit() does not work

[Android Documentation]

See Also

Reference