Ejemplo n.º 1
0
 static public Operation <object, object, object[]> CompileForObjectAndParams(Type object_type, string code, IEnumerable <KeyValuePair <string, Type> > parameters, CMinorCompileType compile_type)
 {
     return(COMPILE_FOR_OBJECT_AND_PARAMS.Fetch(object_type, code, new ContentsEnumerable <KeyValuePair <string, Type> >(parameters), compile_type));
 }
Ejemplo n.º 2
0
 static public Operation <object, object> CompileForObject(Type object_type, string code, CMinorCompileType compile_type)
 {
     return(COMPILE_FOR_OBJECT.Fetch(object_type, code, compile_type));
 }