-
Notifications
You must be signed in to change notification settings - Fork 4
Method
GeckoN edited this page Mar 29, 2017
·
6 revisions
Represents a callable object method.
Namespace: Reflection
The HTML documentation can be found here.
Inherits from Callable.
| Method | Description |
|---|---|
| Callable@ opImplCast() | Implicitly casts to base type. |
| ReturnValue@ Call(?& in thisObject, Arguments@ pArguments) | Calls this method. pArguments must be valid. |
| ReturnValue@ Call(?& in thisObject, ...) | Calls this method. Supports a variable number of arguments. |
