Beispiel #1
0
 public CSharpScalarResolver(string code)
 {
     this.args = new CSharpScalarResolverArgs(code);
 }
Beispiel #2
0
 public CSharpScalarResolver(CSharpScalarResolverArgs args)
 {
     this.args = args;
 }