-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from BastianBlokland/feature/cil-docs
Expand docs and example with cil exporter
- Loading branch information
Showing
9 changed files
with
94 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// Generated by: EnumGenerator.Core - 3.2.1193.0 | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
.assembly extern mscorlib { } | ||
|
||
.module ExpensiveProducts.dll | ||
.assembly ExpensiveProducts | ||
{ | ||
.ver 1:0:0:0 | ||
} | ||
|
||
.class public sealed ExpensiveProducts extends [mscorlib]System.Enum | ||
{ | ||
.field public specialname rtspecialname int32 value__ | ||
|
||
.field public static literal valuetype ExpensiveProducts Drill = int32(0) | ||
.field public static literal valuetype ExpensiveProducts Hammer = int32(1) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// Generated by: EnumGenerator.Core - 3.2.1193.0 | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
.assembly extern mscorlib { } | ||
|
||
.module Months.dll | ||
.assembly Months | ||
{ | ||
.ver 1:0:0:0 | ||
} | ||
|
||
.class public sealed Example.Months extends [mscorlib]System.Enum | ||
{ | ||
.field public specialname rtspecialname int32 value__ | ||
|
||
.field public static literal valuetype Example.Months January = int32(1) | ||
.field public static literal valuetype Example.Months February = int32(2) | ||
.field public static literal valuetype Example.Months March = int32(3) | ||
.field public static literal valuetype Example.Months April = int32(4) | ||
.field public static literal valuetype Example.Months May = int32(5) | ||
.field public static literal valuetype Example.Months June = int32(6) | ||
.field public static literal valuetype Example.Months July = int32(7) | ||
.field public static literal valuetype Example.Months August = int32(8) | ||
.field public static literal valuetype Example.Months September = int32(9) | ||
.field public static literal valuetype Example.Months October = int32(10) | ||
.field public static literal valuetype Example.Months November = int32(11) | ||
.field public static literal valuetype Example.Months December = int32(12) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters