Exemplo n.º 1
0
 public CSharpOutputFormatter(PrettyPrintOptions prettyPrintOptions) : base(prettyPrintOptions)
 {
     this.prettyPrintOptions = prettyPrintOptions;
 }
Exemplo n.º 2
0
		public CSharpOutputFormatter(PrettyPrintOptions prettyPrintOptions) : base(prettyPrintOptions)
		{
			this.prettyPrintOptions = prettyPrintOptions;
		}