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