C# Класс 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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IncludeMixinInChild ( MixinReference mixin, ClassWithSourceCode child ) : void

Описание методов

IncludeMixinInChild() публичный Метод

public IncludeMixinInChild ( MixinReference mixin, ClassWithSourceCode child ) : void
mixin MixinReference
child ClassWithSourceCode
Результат void