C# Class Castle.DynamicProxy.Builder.CodeBuilder.EasyCallable

Inheritance: EasyNested
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
EasyCallable ( AbstractEasyType type, int id, ReturnReferenceExpression returnType ) : System

Private Methods

Méthode Description
GenerateCall ( ) : void
GenerateCallableImplementation ( ) : void
GenerateConstructor ( ) : void
GenerateInvoke ( ) : void
GenerateTargetProperty ( ) : void

Method Details

EasyCallable() public méthode

public EasyCallable ( AbstractEasyType type, int id, ReturnReferenceExpression returnType ) : System
type AbstractEasyType
id int
returnType Castle.DynamicProxy.Builder.CodeBuilder.SimpleAST.ReturnReferenceExpression
Résultat System