[]
Adds a struct to the end of the StructList<T>.
public void Add(in T item)
Public Sub Add(ByRef item As T)
The struct to be added to the end of the StructList<T>.