locked
Better List class??? RRS feed

  • Question

  • Right now i use List to contain a list of my classes. Is there a better List type class i can use? One with more powerful methods and properties?
    Sunday, September 15, 2013 6:24 PM

Answers

  • no i dont think so. you can use the extensions methods from linq (system.linq) on your list. what kind of methods are you searching for? you can make a own list too ofcourse

    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

    • Marked as answer by kalel111 Monday, September 16, 2013 9:45 PM
    Sunday, September 15, 2013 8:47 PM
  • Hello kalel111,

    You can try ObservableCollection replace to list. These class has many methods.

    • Marked as answer by kalel111 Monday, September 16, 2013 9:45 PM
    Monday, September 16, 2013 6:49 AM

All replies

  • anyone????
    Sunday, September 15, 2013 7:44 PM
  • no i dont think so. you can use the extensions methods from linq (system.linq) on your list. what kind of methods are you searching for? you can make a own list too ofcourse

    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

    • Marked as answer by kalel111 Monday, September 16, 2013 9:45 PM
    Sunday, September 15, 2013 8:47 PM
  • Hello kalel111,

    You can try ObservableCollection replace to list. These class has many methods.

    • Marked as answer by kalel111 Monday, September 16, 2013 9:45 PM
    Monday, September 16, 2013 6:49 AM