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>

Аргументы.

Комментарии

Аргументы универсального типа должны задаваться, только если вызван универсальный метод.

Применяется к