C# Class ShaderTools.Core.Diagnostics.DiagnosticBase

Datei anzeigen Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
DiagnosticBase ( TextSpan textSpan, string message, DiagnosticSeverity severity ) : System.Globalization

Method Details

DiagnosticBase() protected method

protected DiagnosticBase ( TextSpan textSpan, string message, DiagnosticSeverity severity ) : System.Globalization
textSpan TextSpan
message string
severity DiagnosticSeverity
return System.Globalization

ToString() public method

public ToString ( ) : string
return string