MethodBase.CallingConvention Property

Definition

Gets a value indicating the calling conventions for this method.

public:
 virtual property System::Reflection::CallingConventions CallingConvention { System::Reflection::CallingConventions get(); };
public virtual System.Reflection.CallingConventions CallingConvention { get; }
member this.CallingConvention : System.Reflection.CallingConventions
Public Overridable ReadOnly Property CallingConvention As CallingConventions

Property Value

The CallingConventions for this method.

Implements

Applies to

See also