LeanCache.any2container Method [AX 2012]

Encloses the given value in a container object.

protected container any2container(anytype _anytype)

Run On

Called

Parameters

_anytype
Type: anytype
The value.

Return Value

Type: container
A container object that holds the given value.

If the given value already is a container, it is returned as is.

Community Additions

ADD
Show: