Skip to content

Instantly share code, notes, and snippets.

View erdembayar's full-sized avatar

Erick Yondon erdembayar

View GitHub Profile
namespace MemberAccessors
{
using System.Collections.Concurrent;
using System.Linq.Expressions;
using System.Reflection;
#nullable enable
/// <summary>
/// A helper class for accessing fields and properties of an object in a performant way.
/// </summary>
public class MemberAccessor<T>