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

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

Méthodes publiques

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

Method Details

ConstructMethod() public méthode

public ConstructMethod ( IType arguments ) : IMethod
arguments IType
Résultat IMethod

InternalGenericMethod() public méthode

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

Resolve() public méthode

public Resolve ( List targetList, string name, EntityType flags ) : bool
targetList List
name string
flags EntityType
Résultat bool