InvokeMethod<TResult>.GenericTypeArguments Właściwość

Definicja

Argumenty typu ogólnego zawartej metody.

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)

Wartość właściwości

Collection<Type>

Argumenty.

Uwagi

Argumenty typu ogólnego muszą być ustawiane tylko wtedy, gdy wywoływana metoda jest rodzajowa.

Dotyczy