Class FormattedMessage<T1, T2, T3, T4, T5, T6>
Encapsulates a text message with 6 parameters. Use the FormattedMessageBuilder class to create an instance of this type.
Inheritance
FormattedMessage<T1, T2, T3, T4, T5, T6>
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class FormattedMessage<T1, T2, T3, T4, T5, T6> : ValueType, IMessage
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
Methods
Name |
Description |
ToString()
|
Returns the fully qualified type name of this instance.
|
Explicit Interface Implementations