Is there a difference between return myVar vs. return (myVar)?

前端 未结 4 1347
清酒与你
清酒与你 2020-12-07 14:19

I was looking at some example C# code, and noticed that one example wrapped the return in ()\'s.

I\'ve always just done:

return myRV;
4条回答
提交回复
热议问题