ReflectionHelper.GetProperty Method (Type, MethodInfo, MethodInfo) |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static PropertyInfo GetProperty( Type declaringType, MethodInfo getter, MethodInfo setter )
Parameters
- declaringType
- Type: System.Type
- getter
- Type: System.Reflection.MethodInfo
- setter
- Type: System.Reflection.MethodInfo