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

A method constructed by supplying type arguments to a generic method, involving internal types.
Constructed methods constructed from external generic methods with external type parameters are themselves external, and are represented as ExternalMethod instances. All other cases are represented by this type.
Inheritance: IMethod, IConstructedMethodInfo
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
GenericConstructedMethod ( TypeSystemServices tss, IMethod definition, IType arguments ) : System
GetParameters ( ) : IParameter[]
IsDefined ( IType attributeType ) : bool
ToString ( ) : string

Private Methods

Méthode Description
BuildFullName ( ) : string
IsFullyConstructed ( ) : bool

Method Details

GenericConstructedMethod() public méthode

public GenericConstructedMethod ( TypeSystemServices tss, IMethod definition, IType arguments ) : System
tss TypeSystemServices
definition IMethod
arguments IType
Résultat System

GetParameters() public méthode

public GetParameters ( ) : IParameter[]
Résultat IParameter[]

IsDefined() public méthode

public IsDefined ( IType attributeType ) : bool
attributeType IType
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string