C# Class Boo.Lang.Compiler.Steps.InjectCallableConversions.AdaptorRecord

Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Свойство Type Description
Adaptor Boo.Lang.Compiler.Ast.ClassDefinition
From ICallableType
To ICallableType

Méthodes publiques

Méthode Description
AdaptorRecord ( ICallableType to, ICallableType from, ClassDefinition adaptor ) : System

Method Details

AdaptorRecord() public méthode

public AdaptorRecord ( ICallableType to, ICallableType from, ClassDefinition adaptor ) : System
to ICallableType
from ICallableType
adaptor Boo.Lang.Compiler.Ast.ClassDefinition
Résultat System

Property Details

Adaptor public_oe property

public ClassDefinition,Boo.Lang.Compiler.Ast Adaptor
Résultat Boo.Lang.Compiler.Ast.ClassDefinition

From public_oe property

public ICallableType From
Résultat ICallableType

To public_oe property

public ICallableType To
Résultat ICallableType