PropertyInfoExtensions public static class PropertyInfoExtensions Documentation public static MethodInfo[] GetAccessors(PropertyInfo property) public static MethodInfo[] GetAccessors(PropertyInfo property, bool nonPublic) public static MethodInfo GetGetMethod(PropertyInfo property) public static MethodInfo GetGetMethod(PropertyInfo property, bool nonPublic) public static MethodInfo GetSetMethod(PropertyInfo property) public static MethodInfo GetSetMethod(PropertyInfo property, bool nonPublic)