object objRet = Delegate.CreateDelegate(typeof(Func<Guid, int, decimal>), inst, "HelloWorld")
.DynamicInvoke(Guid.NewGuid(), 2009);
object objRet = Delegate.CreateDelegate(typeof(Func<Guid, int, decimal>), inst, "HelloWorld")
.DynamicInvoke(Guid.NewGuid(), 2009);
相关文章: