
Definition of the Method Container
Use
The method container holds the
method parameters, which are used for information exchange between the caller of a method and the method. At runtime, method parameters are:The definition of the parameters determines the interface of the method call.
The method container is called when the binding from the method to the single-step task is called.
Features
All method parameters are container elements of the method container, which is created automatically by the system when the method is defined.

The object reference to the object on which the method operates is not a container element of the method container.
You can display the content of the method container from the binding definition in the container editor.