// Assembly: System.Net.Http
// Full name: System.Net.Http.Headers.HttpHeaderValueCollection`1

namespace System.Net.Http.Headers
{
public class HttpHeaderValueCollection`1 // TypeDefIndex: 12031
{
	// Fields
	type#8279 list;
	type#19668 headers;
	type#19519 headerInfo;
	type#9067 invalidValues;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#19666 headers, type#19518 headerInfo) { }
	// RVA: -1
	public virtual type#20867 get_Count() { }
	// RVA: -1
	internal type#9066 get_InvalidValues() { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	public virtual type#28660 Add(type#1150 item) { }
	// RVA: -1
	internal type#28660 AddRange(type#8278 values) { }
	// RVA: -1
	internal type#28660 AddInvalidValue(type#26576 invalidValue) { }
	// RVA: -1
	public virtual type#28660 Clear() { }
	// RVA: -1
	public virtual type#15313 Contains(type#1150 item) { }
	// RVA: -1
	public virtual type#28660 CopyTo(type#12620 array, type#20867 arrayIndex) { }
	// RVA: -1
	public virtual type#15313 Remove(type#1150 item) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#6738 GetEnumerator() { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	internal type#1150 Find(type#9871 predicate) { }
}
}
