共用方式為


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>

引數。

備註

只有當呼叫的方法是泛型方法時,才必須設定泛型型別引數。

適用於