How to find out the current overflow-checking context?
Posted
by theburningmonk
on Stack Overflow
See other posts from Stack Overflow
or by theburningmonk
Published on 2010-05-20T12:44:48Z
Indexed on
2010/05/20
12:50 UTC
Read the original article
Hit count: 331
Is there a way to do this in C#?
So for example, if your method is called and you want to know if the caller had put the method call inside a checked block?
© Stack Overflow or respective owner