C# Class Boo.Lang.Compiler.TypeSystem.InternalGenericMethod

A generic method definition on an internal type.
Inheritance: Boo.Lang.Compiler.TypeSystem.InternalMethod, IGenericMethodInfo
Show file Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
ConstructMethod ( IType arguments ) : IMethod
InternalGenericMethod ( TypeSystemServices tss, Method method ) : System
Resolve ( List targetList, string name, EntityType flags ) : bool

Method Details

ConstructMethod() public method

public ConstructMethod ( IType arguments ) : IMethod
arguments IType
return IMethod

InternalGenericMethod() public method

public InternalGenericMethod ( TypeSystemServices tss, Method method ) : System
tss TypeSystemServices
method Boo.Lang.Compiler.Ast.Method
return System

Resolve() public method

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
return bool