// Assembly: mscorlib
// Full name: System.Reflection.Emit.FieldBuilder

namespace System.Reflection.Emit
{
public class FieldBuilder // TypeDefIndex: 4600
{

	// Methods
	// RVA: -1
	public virtual type#18466 get_Attributes() { }
	// RVA: -1
	public virtual type#27705 get_DeclaringType() { }
	// RVA: -1
	public virtual type#25467 get_FieldHandle() { }
	// RVA: -1
	public virtual type#27705 get_FieldType() { }
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	public virtual type#27705 get_ReflectedType() { }
	// RVA: -1
	public virtual type#13299 GetCustomAttributes(type#15313 inherit) { }
	// RVA: -1
	public virtual type#13299 GetCustomAttributes(type#27705 attributeType, type#15313 inherit) { }
	// RVA: -1
	public virtual type#23705 GetValue(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 IsDefined(type#27705 attributeType, type#15313 inherit) { }
	// RVA: -1
	public virtual type#28660 SetValue(type#23705 obj, type#23705 val, type#15231 invokeAttr, type#15222 binder, type#16623 culture) { }
}
}
