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

test-16.il « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 186bce7bcc6953ac952f73936fce2d1c1e6b008a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25


.namespace System {

  .class public Type extends System.Reflection.MemberInfo
  {
  
  } 
}


.namespace System.Reflection {

  .class public MemberInfo extends [mscorlib]System.Object
  {

       .method instance class System.Type get_ReflectedType() cil managed
       {
        
       }
        
  } 

}