ConstructorBuilder::CallingConvention Property
.NET Framework (current version)
Gets a CallingConventions value that depends on whether the declaring type is generic.
Assembly: mscorlib (in mscorlib.dll)
public: property CallingConventions CallingConvention { virtual CallingConventions get() override; }
Property Value
Type: System.Reflection::CallingConventionsCallingConventions::HasThis if the declaring type is generic; otherwise, CallingConventions::Standard.
Implements
_MethodBase::CallingConvention
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: