S
shapper
Hello,
I need to hold a list of values pairs.
Basically I need to pass a list of RSS channels Titles/Urls.
I could create a List<Channel> and where channel has two properties:
Title and Url.
But since this is something so simple and that I only use once I think
this might be "to much for that".
I was wondering if there is another option.
Or if you think I should create a Channel class for this, please let
me know.
Thanks,
Miguel
I need to hold a list of values pairs.
Basically I need to pass a list of RSS channels Titles/Urls.
I could create a List<Channel> and where channel has two properties:
Title and Url.
But since this is something so simple and that I only use once I think
this might be "to much for that".
I was wondering if there is another option.
Or if you think I should create a Channel class for this, please let
me know.
Thanks,
Miguel