コード例 #1
0
ファイル: AsyncMethodTransform.cs プロジェクト: chkn/cirrus
 protected MethodReference FixMethodToken(MethodReference token)
 {
     return module.Import (token.CopyGeneric (module, coroutineType, skews));
 }