I want to create a data store to allow me to store some data.
The first idea was to create a dictionary which could have one key to the some values, but i have no idea how to store few different vaues, for example i need two values (string and Image). Can someone suggest how to realize that?
How else could I store this information??
MyType, that holds a string and an image. Then make aDictionary<TKey, MyType>.