BindingFlags.IgnoreCase not working for Type.GetProperty()? Imagine the following A type T has a field Company. When executing the following method it works perfectly: Type t = typeof(T); t.GetProperty("Company") Whith the following call I get... May 25, 2022 0 Comments