Beef Corlib
System.DisableChecksAttribute Struct Reference

Generally used as a per-method optimization, [DisableChecks] will cause calls within this method to call the unchecked version of methods. More...

Inheritance diagram for System.DisableChecksAttribute:
System.Attribute

Detailed Description

Generally used as a per-method optimization, [DisableChecks] will cause calls within this method to call the unchecked version of methods.

By default, only debug builds perform checked calls.