C# Class ShaderTools.Unity.Diagnostics.Diagnostic

Inheritance: ShaderTools.Core.Diagnostics.DiagnosticBase
Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
Diagnostic ( TextSpan textSpan, DiagnosticId diagnosticId, string message ) : System.Globalization
Format ( TextSpan textSpan, DiagnosticId diagnosticId ) : Diagnostic

Method Details

Diagnostic() public méthode

public Diagnostic ( TextSpan textSpan, DiagnosticId diagnosticId, string message ) : System.Globalization
textSpan TextSpan
diagnosticId DiagnosticId
message string
Résultat System.Globalization

Format() public static méthode

public static Format ( TextSpan textSpan, DiagnosticId diagnosticId ) : Diagnostic
textSpan TextSpan
diagnosticId DiagnosticId
Résultat Diagnostic