IDiagnosticListener.

OnDiagnostic(IDiagnostic) Method

Summary

this method will be called with Diagnostic messages.

Syntax

void OnDiagnostic(IDiagnostic d)

Remarks

this method will be called with Diagnostic messages.

Parameters

Name Type Description
d IDiagnostic

Return Value

Type Description
void