Base:
property
CallingConvention
System.Reflection.MethodBase.CallingConvention
1 reference to CallingConvention
mscorlib (1)
system\reflection\emit\dynamicmethod.cs (1)
617public override CallingConventions CallingConvention { get { return m_dynMethod.CallingConvention; } }