<PackageReference Include="System.Reflection.TypeExtensions" Version="4.6.0-preview4.19212.13" />

PropertyInfoExtensions

public static class PropertyInfoExtensions
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)