ReflectionHelper.GetSemanticInfo Method (MemberInfo) |
Gets the SemanticInfo for a given member.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static SemanticInfo GetSemanticInfo( this MemberInfo member )
Parameters
- member
- Type: System.Reflection.MemberInfo
A member.
Return Value
Type: SemanticInfoThe SemanticInfo for member.