MessageSource Constructor (String, IMessageDispenser) |
Initializes a new MessageSource backed by a IMessageDispenser.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public MessageSource( string source, IMessageDispenser messageDispenser )
Parameters
- source
- Type: System.String
Name of the component emitting. the messages. - messageDispenser
- Type: PostSharp.Extensibility.IMessageDispenser
The IMessageDispenser that will be used to retrieve message texts.