// Assembly: mscorlib
// Full name: System.Nullable`1

namespace System
{
public class Nullable`1 // TypeDefIndex: 3522
{
	// Fields
	type#15322 hasValue;
	type#1288 value;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#1287 value) { }
	// RVA: -1
	public type#15313 get_HasValue() { }
	// RVA: -1
	public type#1287 get_Value() { }
	// RVA: -1
	public type#1287 GetValueOrDefault() { }
	// RVA: -1
	public type#1287 GetValueOrDefault(type#1287 defaultValue) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private static type#23705 Box(type#9608 o) { }
	// RVA: -1
	private static type#9608 Unbox(type#23705 o) { }
	// RVA: -1
	private static type#9608 UnboxExact(type#23705 o) { }
}
}
