Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
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
显示文件
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