MethodCall
MethodCall<
ArgTypesOrMethod,ReturnType>:MethodCallParams<ArgTypesOrMethod>
Type Param
The return type of the method. NOT needed if ArgTypesOrMethod is TEALScript method type
Type parameters
• ArgTypesOrMethod
Either the TEALScript method to call or the types of the method arguments
• ReturnType