AL: Use IKVM.Reflection to get custom attributes from the template assembly,
[mono.git] / mono / tests / reflection-load-with-context-second-lib.cs
1 using System;
2
3 namespace A
4 {
5         public class ClassA {}
6         public class AnotherClassA {}
7 }