Exemplo n.º 1
0
 public TypeInstanceResolver(Type type, ITypeDefOrRef typeRef)
 {
     this.type = ResolverUtils.MakeInstanceType(type, typeRef);
 }