C# Class ShaderTools.Hlsl.Diagnostics.Diagnostic

Inheritance: ShaderTools.Core.Diagnostics.DiagnosticBase
Exibir arquivo Open project: tgjones/HlslTools Class Usage Examples

Public Methods

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

Method Details

Diagnostic() public method

public Diagnostic ( TextSpan textSpan, DiagnosticId diagnosticId, string message ) : System.Globalization
textSpan TextSpan
diagnosticId DiagnosticId
message string
return System.Globalization

Format() public static method

public static Format ( TextSpan textSpan, DiagnosticId diagnosticId ) : Diagnostic
textSpan TextSpan
diagnosticId DiagnosticId
return Diagnostic