internal ObjectInfo(string name, ObjectType type, Dimension size) : this(name, type, size, new List <FileReference>()) { }