Monday, May 9, 2016

Cannot pass 'whatever' as a ref or out argument because it is a 'using variable'

Is there is no way to defer out the guts of a using statement? Are we are back to making a procedural mess? No, just hand in the "using variable" are regular variables. Remember reference variables kinda behave as if the ref keyword where there anyways, you know?

No comments:

Post a Comment