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

Datei anzeigen Open project: boo/boo-lang

Public Properties

Property Type Description
Adaptor Boo.Lang.Compiler.Ast.ClassDefinition
From ICallableType
To ICallableType

Public Methods

Method Description
AdaptorRecord ( ICallableType to, ICallableType from, ClassDefinition adaptor ) : System

Method Details

AdaptorRecord() public method

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

Property Details

Adaptor public_oe property

public ClassDefinition,Boo.Lang.Compiler.Ast Adaptor
return Boo.Lang.Compiler.Ast.ClassDefinition

From public_oe property

public ICallableType From
return ICallableType

To public_oe property

public ICallableType To
return ICallableType