<PackageReference Include="Namotion.Reflection" Version="1.0.0" />

ContextualMemberInfo

public abstract class ContextualMemberInfo : ContextualType
A member info with contextual information.
public abstract MemberInfo MemberInfo { get; }

Gets the type context's member info.

public abstract string Name { get; }

Gets the name of the cached member name (property or parameter name).

public abstract object GetValue(object obj)

Returns the value of a field supported by a given object.

public abstract void SetValue(object obj, object value)

Sets the value of the field supported by the given object.