Returns an array containing the constants of this enum type, in
the order they are declared.
Namespace: Com.Datalogic.Extension.Selfshopping.Cradle.JoyatouchAssembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static LockAction[] Values()
Public Shared Function Values As LockAction()
Return Value
Type:
LockActionan array containing the constants of this enum type, in
the order they are declared
RemarksReturns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
[Android Documentation]
See Also