// Assembly: System.Drawing
// Full name: System.Drawing.Size

namespace System.Drawing
{
public class Size // TypeDefIndex: 12389
{
	// Fields
	type#20868 width;
	type#20868 height;

	// Methods
	// RVA: -1
	public static type#15313 op_Equality(type#26088 sz1, type#26088 sz2) { }
	// RVA: -1
	public type#20867 get_Width() { }
	// RVA: -1
	public type#20867 get_Height() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#26088 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
