// Assembly: System.Net.Http
// Full name: System.Net.Http.Headers.RangeConditionHeaderValue

namespace System.Net.Http.Headers
{
public class RangeConditionHeaderValue // TypeDefIndex: 12060
{
	// Fields
	type#9643 <Date>k__BackingField;
	type#17864 <EntityTag>k__BackingField;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#17106 date) { }
	// RVA: -1
	public type#28660 .ctor(type#17863 entityTag) { }
	// RVA: -1
	public type#9642 get_Date() { }
	// RVA: -1
	private type#28660 set_Date(type#9642 value) { }
	// RVA: -1
	public type#17863 get_EntityTag() { }
	// RVA: -1
	private type#28660 set_EntityTag(type#17863 value) { }
	// RVA: -1
	private virtual type#23705 System.ICloneable.Clone() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 TryParse(type#26576 input, type#12065 parsedValue) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
