You can use a List. As far as the documentation saying a dictionary isn't supported, I call B.S. If you are able to write supporting code, you can choose any storage method you want and it the program won't be impacted per se.

I recommended a dictionary because early on it wasn't clear how the entries were accessed, but use a List if it makes more sense. Remember, you are in charge of the code.