IDebugGenericFieldInstance:: TypeArgumentCount

返回类型此实例的参数数目。

HRESULT TypeArgumentCount(
   ULONG32* pcArgs
);
int TypeArgumentCount(
   ref uint pcArgs
);

参数

  • pcArgs
    [in, out] 类型此实例的参数数目。

返回值

如果成功,则返回; S_OK否则,返回错误代码。

备注

例如,因此,如果列表,int此方法返回 1,,并且,因此,如果列表int,float2 此方法返回 2。 ; 如果没有类型参数,则此方法返回 0。

请参见

参考

IDebugGenericFieldInstance