C# Class Boo.Lang.Compiler.Ast.TypeReferenceCollection

Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string name ) : bool
TypeReferenceCollection ( )
TypeReferenceCollection ( Boo parent )

Method Details

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

TypeReferenceCollection() public méthode

TypeReferenceCollection() public méthode

public TypeReferenceCollection ( Boo parent )
parent Boo