ConstructorBuilder.CallingConvention 属性

定义

获取一个 CallingConventions 值,该值取决于声明类型是否为泛型。

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

属性值

如果声明类型为泛型,则为 HasThis;否则为 Standard

适用于