메소드 | 설명 | |
---|---|---|
CSharpFunctionPage ( ) : MoonSharp.Interpreter | ||
Reverse ( string tobereversed ) : string |
Method with return type that will be exposed to the script. No, it doesn't have to be static. |
|
Say ( string message ) : void |
void Method that will be exposed to the script. Yes, it's async. |
메소드 | 설명 | |
---|---|---|
Button_Click ( object sender, |
public CSharpFunctionPage ( ) : MoonSharp.Interpreter | ||
리턴 | MoonSharp.Interpreter |
public static Reverse ( string tobereversed ) : string | ||
tobereversed | string | |
리턴 | string |