예제 #1
0
파일: MethodDef.cs 프로젝트: v4nyl/SkiDzEX
 /// <inheritdoc/>
 internal override void OnLazyAdd2(int index, ref ParamDef value)
 {
     if (value.DeclaringMethod != this)
     {
         // More than one owner... This module has invalid metadata.
         value = readerModule.ForceUpdateRowId(readerModule.ReadParam(value.Rid).InitializeAll());
         value.DeclaringMethod = this;
     }
 }