PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Custom.​MessagesFormatted­Message<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Open sandboxFocus

FormattedMessage<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Class

Encapsulates a text message with 10 parameters. Use the FormattedMessageBuilder class to create an instance of this type.

Inheritance
FormattedMessage<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Implements
IMessage
Namespace: PostSharp.Patterns.Diagnostics.Custom.Messages
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class FormattedMessage<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> : ValueType, IMessage
Type Parameters
Name Description
T1
T2
T3
T4
T5
T6
T7
T8
T9
T10

Methods

Name Description
ToString()

Explicit Interface Implementations

Name Description
IMessage.Write(ICustomLogRecordBuilder, CustomLogRecordItem)