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

namespace System.Net.Http.Headers
{
public class ContentRangeHeaderValue // TypeDefIndex: 12021
{
	// Fields
	type#26577 unit;
	type#9674 <From>k__BackingField;
	type#9674 <Length>k__BackingField;
	type#9674 <To>k__BackingField;

	// Methods
	// RVA: -1
	private type#28660 .ctor() { }
	// RVA: -1
	public type#9673 get_From() { }
	// RVA: -1
	private type#28660 set_From(type#9673 value) { }
	// RVA: -1
	public type#9673 get_Length() { }
	// RVA: -1
	private type#28660 set_Length(type#9673 value) { }
	// RVA: -1
	public type#9673 get_To() { }
	// RVA: -1
	private type#28660 set_To(type#9673 value) { }
	// RVA: -1
	public type#26576 get_Unit() { }
	// 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#11827 parsedValue) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
