You are developing an ASP.NET Web page that will display the median value from a sequence of integer values. You need to create an extension method to compute the median value. Which interface should you add the extension method to?()

A .  IComparer<T> B .  IEnumerable<T> C .  IEnumerator<T>   D .  IEqualityComparer<T&gt

时间:2022-09-28 20:49:48 所属题库:MCTS(70-515)题库

相似题目