Public Member Functions | |
| override bool | Equals (object obj) |
| FilePos (string filename, int line) | |
| FilePos (string filename, int line, int column) | |
| FilePos (string filename, string line, string column) | |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| int | Column |
| string | Filename |
| int | Line |
Properties | |
| bool | IsEmpty [get] |
| wx.Build.ErrorObject.FilePos.FilePos | ( | string | filename, | |
| string | line, | |||
| string | column | |||
| ) |
All arguments as string.
| wx.Build.ErrorObject.FilePos.FilePos | ( | string | filename, | |
| int | line, | |||
| int | column | |||
| ) |
| wx.Build.ErrorObject.FilePos.FilePos | ( | string | filename, | |
| int | line | |||
| ) |
| override bool wx.Build.ErrorObject.FilePos.Equals | ( | object | obj | ) |
| override int wx.Build.ErrorObject.FilePos.GetHashCode | ( | ) |
| override string wx.Build.ErrorObject.FilePos.ToString | ( | ) |
bool wx.Build.ErrorObject.FilePos.IsEmpty [get] |
True iff this does not contain any info. True if file name is empty and both, line and column, are illegal indices lower than 0.