Ejemplo n.º 1
0
        public void Generate(SourceWriter writer)
        {
            var arguments = string.Join(", ", this.Arguments);

            writer.Write($"({arguments})");
        }