コード例 #1
0
ファイル: CachingILDynamicType.cs プロジェクト: wikancz/BTDB
 public void ReplayTo(IILDynamicType target)
 {
     _trueContent = (IILFieldPrivate)target.DefineField(_name, _type, _fieldAttributes);
 }
コード例 #2
0
 public void FreeTemps()
 {
     _trueContent = null;
 }