ExecutionContext.OutputHandler Property
Assembly: Topten.Cminor.Runtime.dll
Namespace: Topten.Cminor
Declaring Type: ExecutionContext
public Action<string> OutputHandler { get; set; }
Property Type
Action<string> |