If I have an array of a Struct called Elements[], and I want to do some operations on Elements[i], is there anyway I can make e As Element be a reference to Elements[i], so that when I manipulate e.Title that will be reflected in Elements[i].Title?