Beispiel #1
0
 public static string ToCSharp(this BaseSyntax node, ApexSharpParserOptions options) =>
 CSharpCodeGenerator.GenerateCSharp(node, options);
Beispiel #2
0
 public static string ToCSharp(this BaseSyntax node, int tabSize = 4, string @namespace = null) =>
 CSharpCodeGenerator.GenerateCSharp(node, tabSize, @namespace);