C# 클래스 Castle.DynamicProxy.Builder.CodeBuilder.EasyCallable

상속: EasyNested
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
EasyCallable ( AbstractEasyType type, int id, ReturnReferenceExpression returnType ) : System

비공개 메소드들

메소드 설명
GenerateCall ( ) : void
GenerateCallableImplementation ( ) : void
GenerateConstructor ( ) : void
GenerateInvoke ( ) : void
GenerateTargetProperty ( ) : void

메소드 상세

EasyCallable() 공개 메소드

public EasyCallable ( AbstractEasyType type, int id, ReturnReferenceExpression returnType ) : System
type AbstractEasyType
id int
returnType Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression
리턴 System