// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.ReflectionDelegateFactory

namespace Newtonsoft.Json.Utilities
{
public class ReflectionDelegateFactory // TypeDefIndex: 10322
{

	// Methods
	// RVA: -1
	public type#5584 CreateGet(type#22536 memberInfo) { }
	// RVA: -1
	public type#3405 CreateSet(type#22536 memberInfo) { }
	// RVA: -1
	public abstract type#9403 CreateMethodCall(type#22674 method) { }
	// RVA: -1
	public abstract type#9750 CreateParameterizedConstructor(type#22674 method) { }
	// RVA: -1
	public abstract type#5441 CreateDefaultConstructor(type#27705 type) { }
	// RVA: -1
	public abstract type#5585 CreateGet(type#24780 propertyInfo) { }
	// RVA: -1
	public abstract type#5583 CreateGet(type#18472 fieldInfo) { }
	// RVA: -1
	public abstract type#3404 CreateSet(type#18472 fieldInfo) { }
	// RVA: -1
	public abstract type#3406 CreateSet(type#24780 propertyInfo) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
