Binding.MakeArguments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
Parameters
- method
- MethodBase
- source
- IReadOnlyList<Object>
- token
- CancellationToken
Returns
Object[]