Create Method
Collapse the table of content
Expand the table of content

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.

Namespace:  Microsoft.CSharp.RuntimeBinder
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.CSharpArgumentInfo
A new instance of the CSharpArgumentInfo class.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft