Skip to content

Instantly share code, notes, and snippets.

View singhshashi's full-sized avatar
🎯
Focusing

Shashi Shekhar Singh singhshashi

🎯
Focusing
View GitHub Profile
using System;
using System.Linq.Expressions;
using System.Reflection;
using WebApi.Delta;
namespace Hst.Deals.API.Infrastructure
{
internal class CompiledPropertyAccessor<TEntityType> : PropertyAccessor<TEntityType> where TEntityType : class
{
private Action<TEntityType, object> _setter;