C# Class Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo

Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
CSharpArgumentInfo System.ComponentModel

Public Methods

Method Description
Create ( CSharpArgumentInfoFlags flags, string name ) : CSharpArgumentInfo

Initializes a new instance of the CSharpArgumentInfo class.

Private Methods

Method Description
CSharpArgumentInfo ( CSharpArgumentInfoFlags flags, string name ) : System.ComponentModel

Method Details

Create() public static method

Initializes a new instance of the CSharpArgumentInfo class.
public static Create ( CSharpArgumentInfoFlags flags, string name ) : CSharpArgumentInfo
flags CSharpArgumentInfoFlags The flags for the argument.
name string The name of the argument, if named; otherwise null.
return CSharpArgumentInfo