ConstructorBuilder.CallingConvention Property

Definition

Gets a CallingConventions value that depends on whether the declaring type is generic.

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

Property Value

HasThis if the declaring type is generic; otherwise, Standard.

Applies to