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

Inheritance: ExternalType, IGenericParameter
Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode Description
ExternalGenericParameter ( TypeSystemServices tss, Type type ) : System
GetTypeConstraints ( ) : IType[]
ToString ( ) : string

Method Details

ExternalGenericParameter() public méthode

public ExternalGenericParameter ( TypeSystemServices tss, Type type ) : System
tss TypeSystemServices
type System.Type
Résultat System

GetTypeConstraints() public méthode

public GetTypeConstraints ( ) : IType[]
Résultat IType[]

ToString() public méthode

public ToString ( ) : string
Résultat string