Reassigns the writer.
Namespace:
Imsl
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public TextWriter Writer { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Writer As TextWriter |
Visual C++ |
---|
public: property TextWriter^ Writer { TextWriter^ get (); void set (TextWriter^ value); } |
Remarks
The new warning writer may be set to null, in which case warnings are
not printed.