Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Resources/il/types.il')
-rw-r--r--Test/Resources/il/types.il12
1 files changed, 0 insertions, 12 deletions
diff --git a/Test/Resources/il/types.il b/Test/Resources/il/types.il
index b230c21..4c9acaf 100644
--- a/Test/Resources/il/types.il
+++ b/Test/Resources/il/types.il
@@ -44,15 +44,3 @@
.field private static literal int16 int16_char = char(0x0073)
.field private static literal int32 int32_nullref = nullref
}
-
-.class public auto ansi CustomAttribute extends [mscorlib]System.Attribute
-{
- .custom instance void CustomAttribute::.ctor() = ()
-
- .method public hidebysig specialname rtspecialname instance void .ctor()
- {
- ldarg.0
- call instance void [mscorlib]System.Attribute::.ctor()
- ret
- }
-}