System.Reflection.Metadata.Ecma335.MethodBodyAttributes
enum MethodBodyAttributes
namespace System.Reflection.Metadata.Ecma335
{
internal enum MethodBodyAttributes
{
None = 0,
InitLocals = 1,
LargeExceptionRegions = 2
}
}