SemanticMessageBuilder.Semantic<T1> Method (String, String, T1) |
Create a semantic message with 1 parameter (using tuples).
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public static SemanticMessage<T1> Semantic<T1>( string name, string parameterName1, T1 parameterValue1 )
Parameters
- name
- Type: System.String
Name of the message. - parameterName1
- Type: System.String
Name of the first parameter. - parameterValue1
- Type: T1
Name of the first parameter.
Type Parameters
- T1
- Type of the first parameter value.