_call
[ Static ] Public _call ( ... ) [ As Datatype ]
The
_call
method is called when the class or the object is used as a function.
This method can be static. Then, the class will be able to be used as a function, not the object.
This method can take any parameters and return anything.
See also