C# Class TestHelper.DiagnosticResultLocation

Location where the diagnostic appears, as determined by path, line number, and column number.
Afficher le fichier Open project: ProductiveRage/Bridge.React Class Usage Examples

Méthodes publiques

Méthode Description
DiagnosticResultLocation ( string path, int line, int column ) : Microsoft.CodeAnalysis

Method Details

DiagnosticResultLocation() public méthode

public DiagnosticResultLocation ( string path, int line, int column ) : Microsoft.CodeAnalysis
path string
line int
column int
Résultat Microsoft.CodeAnalysis