Beispiel #1
0
 public void ReplayTo(IILDynamicType target)
 {
     _trueContent = (IILFieldPrivate)target.DefineField(_name, _type, _fieldAttributes);
 }
Beispiel #2
0
 public void FreeTemps()
 {
     _trueContent = null;
 }