InvokeMethod<TResult>.GenericTypeArguments Eigenschap

Definitie

De algemene typeargumenten van de ingesloten methode.

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)

Waarde van eigenschap

De argumenten.

Opmerkingen

De algemene typeargumenten moeten alleen worden ingesteld als de aangeroepen methode algemeen is.

Van toepassing op