C# 클래스 Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CSharpArgumentInfo System.ComponentModel

공개 메소드들

메소드 설명
Create ( CSharpArgumentInfoFlags flags, string name ) : CSharpArgumentInfo

Initializes a new instance of the CSharpArgumentInfo class.

비공개 메소드들

메소드 설명
CSharpArgumentInfo ( CSharpArgumentInfoFlags flags, string name ) : System.ComponentModel

메소드 상세

Create() 공개 정적인 메소드

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.
리턴 CSharpArgumentInfo