예제 #1
0
 public string getString(char arg)
 {
     return(StringArgumentMarshaler.getValue(marshalers[arg]));
 }
예제 #2
0
파일: Args.cs 프로젝트: homorozeanu/Args
 public string GetString(string arg)
 {
     return(StringArgumentMarshaler.GetValue(argsSchema.Marshalers[arg]));
 }