8 return property.GetAccessors();
14 return property.GetAccessors(nonPublic);
20 return property.GetGetMethod();
26 return property.GetGetMethod(nonPublic);
32 return property.GetSetMethod();
38 return property.GetSetMethod(nonPublic);
static void ThrowIfNull([NotNull] object? argument, [CallerArgumentExpression("argument")] string? paramName=null)
static ? MethodInfo GetSetMethod(this PropertyInfo property)
static ? MethodInfo GetGetMethod(this PropertyInfo property)
static ? MethodInfo GetGetMethod(this PropertyInfo property, bool nonPublic)
static MethodInfo[] GetAccessors(this PropertyInfo property, bool nonPublic)
static ? MethodInfo GetSetMethod(this PropertyInfo property, bool nonPublic)
static MethodInfo[] GetAccessors(this PropertyInfo property)