<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0" />

PropertyInfoExtensions

public static class PropertyInfoExtensions
public static MethodInfo[] GetAccessors(this PropertyInfo property)

public static MethodInfo[] GetAccessors(this PropertyInfo property, bool nonPublic)

public static MethodInfo GetGetMethod(this PropertyInfo property)

public static MethodInfo GetGetMethod(this PropertyInfo property, bool nonPublic)

public static MethodInfo GetSetMethod(this PropertyInfo property)

public static MethodInfo GetSetMethod(this PropertyInfo property, bool nonPublic)