Exemplo n.º 1
0
 public ClassDefinition(AssemblyReference assembly)
 {
     mAssembly = assembly;
 }
Exemplo n.º 2
0
 public virtual void Visit(AssemblyReference reference)
 {
 }
Exemplo n.º 3
0
 public ReflectionTypeReference(Type type, AssemblyReference assemblyRef)
 {
     mType = type;
     mAssembly = assemblyRef;
 }