You Don't Have to Rate Me. I'm Not a Civilized Man I'm the Civilization it self
White or Black, Living or Dieing and 0 or 1 that's MY life
iam an Object in Object Oriented Life
my blog : http://refateid.blogspot.com/
twitter :@avrail
010011000111010101110110001000000100110101111001001000000101000001100011
How is the content organized in this list? I mean, seeing that the class FeedDefinition has two strings: Name and Url; is the information recovered from the query stored in one single list or does it create two individual lists for each public string (Name and Url).
In other words, what does ToList() mean? I know it creates a generic list, but is it for each item or it contains the information queried from each string?
"In our profession, precision and perfection are not a dispensable luxury, but a simple necessity."
Niklaus E. Wirth
Rate any post that helped you, it's a good way of saying thanks
Please specify your Visual Studio Version!
hey,
actually your list comes from feeds and this is a list of items
but your item divided into Name and Url
as i can see your item here is FeedDefinition
and FeedDefinition is an object contains of 2 strings, so you have a got a list of FeedDefinitions
You Don't Have to Rate Me. I'm Not a Civilized Man I'm the Civilization it self
White or Black, Living or Dieing and 0 or 1 that's MY life
iam an Object in Object Oriented Life
my blog : http://refateid.blogspot.com/
twitter :@avrail
010011000111010101110110001000000100110101111001001000000101000001100011
Thanks for that. The reason I asked how each item in the list is stored it is because I want to know how to be able to get a specific item from that list, i.e Names. How would I go to do that?
"In our profession, precision and perfection are not a dispensable luxury, but a simple necessity."
Niklaus E. Wirth
Rate any post that helped you, it's a good way of saying thanks
Please specify your Visual Studio Version!