PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics.​Custom.​Messages/Semantic­Message<T1, T2, T3>
Open sandboxFocus

Class SemanticMessage<T1, T2, T3>

Encapsulates a semantic message with a 3 number of parameters. Use the SemanticMessageBuilder class to create an instance of this type.

Inheritance
SemanticMessage<T1, T2, T3>
Implements
IMessage
Namespace: PostSharp.Patterns.Diagnostics.Custom.Messages
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class SemanticMessage<T1, T2, T3> : ValueType, IMessage
Type Parameters
Name Description
T1
T2
T3

Methods

Name Description
ToString()

Returns the fully qualified type name of this instance.

Explicit Interface Implementations

Name Description
IMessage.Write(ICustomLogRecordBuilder, CustomLogRecordItem)