Example #1
0
 public string getString(char arg)
 {
     return(StringArgumentMarshaler.getValue(marshalers[arg]));
 }
Example #2
0
 public string GetString(string arg)
 {
     return(StringArgumentMarshaler.GetValue(argsSchema.Marshalers[arg]));
 }