C# Class MixinRefactoring.Test.ChildClassWithConstructorParameter

class with an additional constructor parameter
Afficher le fichier Open project: pgenfer/mixinSharp

Méthodes publiques

Méthode Description
ChildClassWithConstructorParameter ( int parameter ) : System

constructor will be extended

Method Details

ChildClassWithConstructorParameter() public méthode

constructor will be extended
public ChildClassWithConstructorParameter ( int parameter ) : System
parameter int
Résultat System