Ejemplo n.º 1
0
 public ArrayMutationAnalyzer()
 {
     Mapped = new TypeCollection();
     Mapped.Types.Add(typeof(char));
     Mapped.AddBooleanTypes();
     Mapped.AddIntegerTypes();
 }