Skip to content

Commit

Permalink
Merge pull request #604 from joshpeterson/add-i8-ui8-variant
Browse files Browse the repository at this point in the history
Add I8 and UI8 fields to the VariantType enum
  • Loading branch information
jbevain authored Jul 31, 2019
2 parents f9751de + 148ff56 commit 1ac62c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mono.Cecil/VariantType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public enum VariantType {
UI1 = 17,
UI2 = 18,
UI4 = 19,
I8 = 20,
UI8 = 21,
Int = 22,
UInt = 23
}
Expand Down

0 comments on commit 1ac62c6

Please sign in to comment.