Click or drag to resize
WarningObjectWriter Property
Reassigns the writer.

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TextWriter Writer { get; set; }

Property Value

Type: TextWriter
Remarks
The new warning writer may be set to null, in which case warnings are not printed.
See Also