CallInfo Constructor (Int32, IEnumerable<String>)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new CallInfo that represents arguments in the dynamic binding process.
Assembly: System.Core (in System.Core.dll)
Parameters
- argCount
- Type: System.Int32
The number of arguments.
- argNames
- Type: System.Collections.Generic.IEnumerable<String>
The argument names.
Show: