SemanticMessageBuilder.Semantic<T1> Method (String, ValueTuple<String, T1>) |
Create a semantic message with 1 parameter.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static SemanticMessage<T1> Semantic<T1>( string name, in (string , T1 ) parameter1 )
Parameters
- name
- Type: System.String
Name of the message. - parameter1
- Type: ValueTuple<String, T1>
Name and value of the first parameter wrapped as a tuple.
Type Parameters
- T1
- Type of the first parameter value.