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
Datei anzeigen Open project: pgenfer/mixinSharp Class Usage Examples

Public Methods

Method Description
IncludeMixinInChild ( MixinReference mixin, ClassWithSourceCode child ) : void

Method Details

IncludeMixinInChild() public method

public IncludeMixinInChild ( MixinReference mixin, ClassWithSourceCode child ) : void
mixin MixinReference
child ClassWithSourceCode
return void