Python has a nice keyword since 2.6 called with. Is there something similar in C#?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
The equivalent is the An example would be
The restriction is that the type of the variable scoped by the using clause must implement |
||||
|
|
|
C# has the However, it's not equivalent to Python's In C#:
In Python:
More on the |
|||
|
|