Skip to content

Instantly share code, notes, and snippets.

View clhereistian's full-sized avatar

Christian Smith clhereistian

  • State College, PA
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;