Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MixinRefactoring
Mixer
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