Why the last line is needed in the below example?
    TypeReference type1 = new TypeReference(name, nameSpace,
assDef.Name, false);
    TypeReference type2 = new ArrayType(type1);
    TypeReference type3 = assembly.MainModule.Import(type2);

-- 
--
mono-cecil

Reply via email to