C# Class MixinRefactoring.ConstructorList

Inheritance: IConstructorList
Datei anzeigen Open project: pgenfer/mixinSharp

Public Methods

Method Description
AddConstructor ( Constructor constructor ) : void
AllConstructorsHaveParameter ( string parameterName ) : bool

Method Details

AddConstructor() public method

public AddConstructor ( Constructor constructor ) : void
constructor Constructor
return void

AllConstructorsHaveParameter() public method

public AllConstructorsHaveParameter ( string parameterName ) : bool
parameterName string
return bool