Share via


CSharpDiagnosticFormatter Class

Definition

public ref class CSharpDiagnosticFormatter : Microsoft::CodeAnalysis::DiagnosticFormatter
public class CSharpDiagnosticFormatter : Microsoft.CodeAnalysis.DiagnosticFormatter
type CSharpDiagnosticFormatter = class
    inherit DiagnosticFormatter
Public Class CSharpDiagnosticFormatter
Inherits DiagnosticFormatter
Inheritance
CSharpDiagnosticFormatter

Properties

Name Description
Instance

Methods

Name Description
Format(Diagnostic, IFormatProvider)

Formats the Diagnostic message using the optional IFormatProvider.

(Inherited from DiagnosticFormatter)

Applies to