Ejemplo n.º 1
0
 public static string IndentSnippetText(string text, string indent)
 => IndentHelpers.IndentSnippetText(text, indent);
Ejemplo n.º 2
0
 public static string IndentSnippetText(CodeDomProvider provider, string text, string indent)
 => IndentHelpers.IndentSnippetText(provider, text, indent);