コード例 #1
0
ファイル: Script.cs プロジェクト: snowdream1985/Patchwork
    public static CompiledMethod compile(string str)
    {
        CompiledMethod compiled = null;

        Evaluator.Compile(str, out compiled);
        return(compiled);
    }