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