Interface ILanguageProcessorNotifications
Describes an entity capable of receiving messages as they are emitted by entities such as parsers and compilers
Namespace: NFX.CodeAnalysis
Assembly: NFX.dll
Syntax
public interface ILanguageProcessorNotifications
  Methods
MessageAdded(Message)
Declaration
void MessageAdded(Message message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Message | message |