Beef Corlib
System.UncheckedAttribute Struct Reference

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

Inheritance diagram for System.UncheckedAttribute:
System.Attribute

Detailed Description

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