Example #1
0
 static void Process(ConstructorInfo ctorInfo)
 {
     foreach (var attr in ctorInfo.__GetCustomAttributes (TypeManager.AttributeType, false))
         if (attr.AttributeType.FullName == "Mono.Embedding.ThunkAttribute")
             Process(ctorInfo, TypeManager.VoidType, attr);
 }