Class: ObjectMethod

system.ioc. ObjectMethod


new ObjectMethod(name, args)

This object defines a method definition with a method name and this arguments.

Parameters:
Name Type Description
name string

The name of the method to invoke.

args array

The array of the arguments to passed-in the method.

Extends

Members


args :Array

The optional Array representation of all arguments passed-in the method.

Type:

name :string

The name of the method.

Type:
  • string

Methods


toString()

Returns the string representation of this instance.

Inherited From:
Returns:

the string representation of this instance.