1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Fixed name

This commit is contained in:
Brian Fiete 2021-12-27 13:16:38 -05:00
parent d40ddc0e69
commit 977772de08

View file

@ -1251,7 +1251,7 @@ namespace System.Reflection
SpecialName = 0x0080, // field is special. Name describes how. SpecialName = 0x0080, // field is special. Name describes how.
EnumPayload = 0x0100, EnumPayload = 0x0100,
EnumDiscriminator = 0x0200, EnumDiscriminator = 0x0200,
EnumFlags = 0x0400 EnumCase = 0x0400
} }
public enum MethodFlags : uint16 public enum MethodFlags : uint16