Beef Corlib
System.CheckedAttribute Struct Reference

The [Checked] attribute is used to mark a method or a method invocation as being "checked", meaning that the method applies extra runtime checks such as bounds checking or other parameter or state validation. More...

Inheritance diagram for System.CheckedAttribute:
System.Attribute

Detailed Description

The [Checked] attribute is used to mark a method or a method invocation as being "checked", meaning that the method applies extra runtime checks such as bounds checking or other parameter or state validation.