Search:

Type: Posts; User: itsme86

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    5,706

    All of these questions are readily answered with...

    All of these questions are readily answered with simple google searches. Let me google that for you

    EDIT: Alright, except the LINQ question.

    For information on "FirstOrDefault(mi => mi.Name ==...
  2. Replies
    4
    Views
    5,706

    You have to use reflection: using System;...

    You have to use reflection:


    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Reflection;

    namespace ConsoleApplication6
Results 1 to 2 of 2