C# Class MixinRefactoring.Mixer

the mixers includes a mixin into a target (the mixin child) by adding an implementation of every mixin member to the mixin child
Afficher le fichier Open project: pgenfer/mixinSharp Class Usage Examples

Méthodes publiques

Méthode Description
IncludeMixinInChild ( MixinReference mixin, ClassWithSourceCode child ) : void

Method Details

IncludeMixinInChild() public méthode

public IncludeMixinInChild ( MixinReference mixin, ClassWithSourceCode child ) : void
mixin MixinReference
child ClassWithSourceCode
Résultat void