Method | Description | |
---|---|---|
Internal ( Context context, BaseMethodCompiler methodCompiler, string internalMethod, string internalClass = "Internal" ) : void |
Allows quick internal call replacements
|
protected Internal ( Context context, BaseMethodCompiler methodCompiler, string internalMethod, string internalClass = "Internal" ) : void | ||
context | Context | The context. |
methodCompiler | BaseMethodCompiler | The method compiler. |
internalMethod | string | The internal method to replace with. |
internalClass | string | The internal class that has the internal method. |
return | void |