Interface IDiagnostic<S>
.NET interface for TO BE DEFINED FROM USER
public interface IDiagnostic<S>
Type Parameters
S
Properties
Code
String Code { get; }
Property Value
ColumnNumber
long ColumnNumber { get; }
Property Value
EndPosition
long EndPosition { get; }
Property Value
GetKind
Diagnostic.Kind GetKind { get; }
Property Value
LineNumber
long LineNumber { get; }
Property Value
Position
long Position { get; }
Property Value
Source
S Source { get; }
Property Value
- S
StartPosition
long StartPosition { get; }
Property Value
Methods
GetMessage(Locale)
String GetMessage(Locale arg0)