CSharpArgumentInfo.Create Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the CSharpArgumentInfo class.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
'Declaration Public Shared Function Create ( _ flags As CSharpArgumentInfoFlags, _ name As String _ ) As CSharpArgumentInfo
Parameters
- flags
- Type: Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
The flags for the argument.
- name
- Type: System.String
The name of the argument, if named; otherwise null.
Return Value
Type: Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoA new instance of the CSharpArgumentInfo class.
Show: