@kurisu I guess switching from

var data = Activator.CreateInstance(System.Type.GetType("PangLib.IFF.DataModels." + Type));

to

T data = new T();

is a definitive improvement :P

Loading replies...