// Assembly: mscorlib
// Full name: System.Runtime.InteropServices.CallingConvention

namespace System.Runtime.InteropServices
{
public class CallingConvention // TypeDefIndex: 4390
{
	// Fields
	type#20890 value__;
	type#15685 Winapi;
	type#15685 Cdecl;
	type#15685 StdCall;
	type#15685 ThisCall;
	type#15685 FastCall;
}
}
