C# 클래스 clojure.lang.Runtime.Binding.MetaAFn

상속: System.Dynamic.DynamicMetaObject, IInferableInvokable, IClojureConvertible
파일 보기 프로젝트 열기: richhickey/clojure-clr

공개 메소드들

메소드 설명
FnHasArity ( IFnArity fn, int i ) : bool
GetInferredType ( Type delegateType, Type parameterType ) : InferenceResult
MetaAFn ( Expression expression, AFn aFn ) : Microsoft.Scripting.Ast

메소드 상세

FnHasArity() 공개 정적인 메소드

public static FnHasArity ( IFnArity fn, int i ) : bool
fn IFnArity
i int
리턴 bool

GetInferredType() 공개 메소드

public GetInferredType ( Type delegateType, Type parameterType ) : InferenceResult
delegateType System.Type
parameterType System.Type
리턴 Microsoft.Scripting.Actions.Calls.InferenceResult

MetaAFn() 공개 메소드

public MetaAFn ( Expression expression, AFn aFn ) : Microsoft.Scripting.Ast
expression Expression
aFn AFn
리턴 Microsoft.Scripting.Ast