C# 클래스 Mono.CSharp.DynamicConstructorBinder

상속: DynamicExpressionStatement, IDynamicBinder
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
CreateCallSiteBinder ( ResolveContext ec, Arguments args ) : Expression
DynamicConstructorBinder ( System.TypeSpec type, Arguments args, Mono.CSharp.Location loc ) : System

메소드 상세

CreateCallSiteBinder() 공개 메소드

public CreateCallSiteBinder ( ResolveContext ec, Arguments args ) : Expression
ec ResolveContext
args Arguments
리턴 Expression

DynamicConstructorBinder() 공개 메소드

public DynamicConstructorBinder ( System.TypeSpec type, Arguments args, Mono.CSharp.Location loc ) : System
type System.TypeSpec
args Arguments
loc Mono.CSharp.Location
리턴 System