TypeExtensions
public static MethodInfo GetGetterMethodOrDefault(this MemberInfo property, bool includeNonPublic = false)
public static MethodInfo GetSetterMethodOrDefault(this MemberInfo property, bool includeNonPublic = false)
public static MethodInfo GetSingleMethod(this Type type, string name, bool includeNonPublic = false)
public static MethodInfo GetSingleMethodOrDefault(this Type type, string name, bool includeNonPublic = false)