InvokeMethod<TResult>.GenericTypeArguments 属性

定义

所包含的方法的泛型类型参数。

public:
 property System::Collections::ObjectModel::Collection<Type ^> ^ GenericTypeArguments { System::Collections::ObjectModel::Collection<Type ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Type> GenericTypeArguments { get; }
member this.GenericTypeArguments : System.Collections.ObjectModel.Collection<Type>
Public ReadOnly Property GenericTypeArguments As Collection(Of Type)

属性值

Collection<Type>

自变量。

注解

只有当调用的方法为泛型时,才必须设置这些泛型类型参数。

适用于