public CSharpTextPasteHandler (CSharpTextEditorIndentation indent, ICSharpCode.NRefactory6.CSharp.IStateMachineIndentEngine decoratedEngine, OptionSet formattingOptions)
		{
			this.engine = new ICSharpCode.NRefactory6.CSharp.TextPasteIndentEngine (decoratedEngine, formattingOptions);
			this.indent = indent;
		}
Exemplo n.º 2
0
 public CSharpTextPasteHandler(CSharpTextEditorIndentation indent, ICSharpCode.NRefactory6.CSharp.IStateMachineIndentEngine decoratedEngine, OptionSet formattingOptions)
 {
     this.engine = new ICSharpCode.NRefactory6.CSharp.TextPasteIndentEngine(decoratedEngine, formattingOptions);
     this.indent = indent;
 }