public TextWriter? Error { get; set; }
Public Property Error As TextWriter
Get
Set
Dim instance As ParseOptions
Dim value As TextWriter
value = instance.Error
instance.Error = value
public:
property TextWriter^ Error {
TextWriter^ get ();
void set (TextWriter^ value);
}
Only the parsing methods that automatically handle errors will use this property.
If argument parsing is successful, nothing will be written.