Binding.MakeArguments Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static object[] MakeArguments (System.Reflection.MethodBase method, System.Collections.Generic.IReadOnlyList<object> source, System.Threading.CancellationToken token);
static member MakeArguments : System.Reflection.MethodBase * System.Collections.Generic.IReadOnlyList<obj> * System.Threading.CancellationToken -> obj[]
Public Shared Function MakeArguments (method As MethodBase, source As IReadOnlyList(Of Object), token As CancellationToken) As Object()
Paramètres
- method
- MethodBase
- source
- IReadOnlyList<Object>
- token
- CancellationToken
Retours
Object[]