MessageInfo

Message info

Constructors

this
this(const(asSMessageInfo)* info)

Undocumented in source.

Members

Variables

col
int col;

The column the message occured at

message
string message;

The message body

row
int row;

The row the message occured at

section
string section;

The section the message occured at

type
MessageType type;

The type of the message

Meta