// Assembly: mscorlib
// Full name: System.Reflection.ParameterInfo

namespace System.Reflection
{
public class ParameterInfo // TypeDefIndex: 4543
{
	// Fields
	type#24224 AttrsImpl;
	type#27708 ClassImpl;
	type#23708 DefaultValueImpl;
	type#22538 MemberImpl;
	type#26579 NameImpl;
	type#20870 PositionImpl;
	type#20892 MetadataToken_ParamDef;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public virtual type#24223 get_Attributes() { }
	// RVA: -1
	public virtual type#22536 get_Member() { }
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	public virtual type#27705 get_ParameterType() { }
	// RVA: -1
	public virtual type#20867 get_Position() { }
	// RVA: -1
	public type#15313 get_IsIn() { }
	// RVA: -1
	public type#15313 get_IsOptional() { }
	// RVA: -1
	public type#15313 get_IsOut() { }
	// RVA: -1
	public virtual type#23705 get_DefaultValue() { }
	// RVA: -1
	public virtual type#15313 IsDefined(type#27705 attributeType, type#15313 inherit) { }
	// 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 GetRealObject(type#26566 context) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
