示例#1
0
        public void CallingDelegateWithOutParam()
        {
            var res = play.CallingDelegateWithOutParam(99);

            res.Should().Be(100);
        }