Explicit(string, int, int, int, int)
Declaration
public static MessageLocation Explicit(string file, int lineStart, int columnStart, int lineEnd, int columnEnd)Parameters
| Type | Name | Description |
|---|---|---|
| string | file | |
| int | lineStart | |
| int | columnStart | |
| int | lineEnd | |
| int | columnEnd |
Returns
| Type | Description |
|---|---|
| MessageLocation |
Explicit(string, int, int)
Declaration
public static MessageLocation Explicit(string file, int line, int column)Parameters
| Type | Name | Description |
|---|---|---|
| string | file | |
| int | line | |
| int | column |
Returns
| Type | Description |
|---|---|
| MessageLocation |
Explicit(string)
Declaration
public static MessageLocation Explicit(string file)Parameters
| Type | Name | Description |
|---|---|---|
| string | file |
Returns
| Type | Description |
|---|---|
| MessageLocation |