using System; using System.Collections.Generic; using System.Text; using System.Reflection; using System.Reflection.Emit; namespace FastMethodInvoker
效果测试程序
using System; using System.Reflection; using System.Reflection.Emit; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace FastMethodInvoker