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

ca-empty-blob.il « il « Resources « Test - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d3d780d4efab75522ba33600cc79660699fa9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.assembly extern mscorlib
{
  .publickeytoken = (B7 7A 5C 56 19 34 E0 89)
  .ver 2:0:0:0
}

.assembly CaEmptyBlob {}

.module CaEmptyBlob.dll

.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
	}
}