FormattedMessage<T1, T2, T3, T4, T5> Structure |
Encapsulates a text message with 5 parameters. Use the FormattedMessageBuilder class to create an instance of this type.
Namespace: PostSharp.Patterns.Diagnostics.Custom.Messages
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public readonly struct FormattedMessage<T1, T2, T3, T4, T5> : IMessage
Type Parameters
- T1
- T2
- T3
- T4
- T5
The FormattedMessage<T1, T2, T3, T4, T5> type exposes the following members.
Name | Description | |
---|---|---|
ToString | Returns the fully qualified type name of this instance. (Overrides ValueType.ToString().) |