Click or drag to resize

PropertyFindPropertybyId Method

Finds the corresponding Property matching the passed ID, in a list of Properties.

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 static Com.Datalogic.Device.Configuration.Property FindPropertybyId (System.Collections.Generic.IList list, int id);

Parameters

list
Type: System.Collections.Generic.IList
The ArrayList containing all the Properties.
id
Type: System.Int32
The int representing the ID that should be found.

Return Value

Type: Com.Datalogic.Device.Configuration.Property
Property corresponding to the passed ID, null in case of error.

Remarks
Finds the corresponding Property matching the passed ID, in a list of Properties.

[Android Documentation]

See Also

Reference