Click or drag to resize

ISubactionAndOutputAdditionEnvironmentEmitWriter Property

The writer used by emit statements. By default this is ConsoleUI.outWriter (normally forwarded to Console.Out).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
TextWriter EmitWriter { get; set; }

Property Value

Type: TextWriter
See Also