C# 클래스 Microsoft.Scripting.Runtime.ArgumentArray

Wraps all arguments passed to a dynamic site with more arguments than can be accepted by a Func/Action delegate. The binder generating a rule for such a site should unwrap the arguments first and then perform a binding to them.
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
GetArgument ( int index ) : object
GetMetaObject ( Expression parameter, int index ) : DynamicMetaObject

비공개 메소드들

메소드 설명
ArgumentArray ( object arguments, int first, int count ) : System.Linq.Expressions
GetArg ( ArgumentArray array, int index ) : object

메소드 상세

GetArgument() 공개 메소드

public GetArgument ( int index ) : object
index int
리턴 object

GetMetaObject() 공개 메소드

public GetMetaObject ( Expression parameter, int index ) : DynamicMetaObject
parameter Expression
index int
리턴 System.Dynamic.DynamicMetaObject