Search results for query: *

  • Users: sipi41
  • Content: Threads
  • Order by date
  1. sipi41

    Please help with List and Generic Method

    Thank you for reading! I'm getting a list of objects (from a dbcontext), then I created a method to pass this list to a Local Function, the method accepts the list but when I try to loop, instead of being able to show the content of my object members I get an error saying: "'T' does not contain...
  2. sipi41

    High-order Function question...

    Hello, I'm newbie to c#, and I was reading on my book that I can pass functions as parameters and receive functions or both... so I'm trying to make an exercise but can't make this work... please help! My idea is to create a static function like this: public static void TestMethod<T1...
Back
Top Bottom