DotNext.Reflection by Roman Sakno

<PackageReference Include="DotNext.Reflection" Version="3.2.1" />

.NET API 162,816 bytes

 MemberGetter<T, TValue>

public sealed delegate MemberGetter<T, TValue> : MulticastDelegate
Represents instance field/property getter.
public MemberGetter(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(T& modreq(System.Runtime.InteropServices.InAttribute) this, AsyncCallback callback, object object)

public virtual TValue EndInvoke(T& modreq(System.Runtime.InteropServices.InAttribute) this, IAsyncResult result)

public virtual TValue Invoke(T& modreq(System.Runtime.InteropServices.InAttribute) this)