public CSharpInterfaceTemplate( CSharpPropertyPrinter csharpPropertyPrinter, CSharpEventPrinter csharpEventPrinter, CSharpFunctionPrinter csharpFunctionPrinter) : base(csharpPropertyPrinter, csharpEventPrinter, csharpFunctionPrinter) { }
protected CSharpTemplate( CSharpPropertyPrinter csharpPropertyPrinter, CSharpEventPrinter csharpEventPrinter, CSharpFunctionPrinter csharpFunctionPrinter) { CSharpPropertyPrinter = csharpPropertyPrinter; CSharpEventPrinter = csharpEventPrinter; CSharpFunctionPrinter = csharpFunctionPrinter; }