new Action(() => { }).Invoke();new Action(() => { })(); new Func<int, int>(s => { return s; }).Invoke(1); new Func<int, List<int>>(s => { return new L Read More
posted @ 2019-03-06 16:03 贾咩咩 Views(161) Comments(0) Diggs(0)