Inheritance
System.Object
MLFormattedWarning
public class MLFormattedWarning : IWarning
Constructors
Declaration
public MLFormattedWarning(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|
Properties
Declaration
public string Message { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
Declaration
public bool Triggered { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
Methods
Declaration
Implements
Declaration
public void Trigger(params object[] args)
Parameters
| Type |
Name |
Description |
| System.Object[] |
args |
|