C# Class MixinRefactoring.ConstructorList

Inheritance: IConstructorList
Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode Description
AddConstructor ( Constructor constructor ) : void
AllConstructorsHaveParameter ( string parameterName ) : bool

Method Details

AddConstructor() public méthode

public AddConstructor ( Constructor constructor ) : void
constructor Constructor
Résultat void

AllConstructorsHaveParameter() public méthode

public AllConstructorsHaveParameter ( string parameterName ) : bool
parameterName string
Résultat bool