csharp

c#中的IEnumerable ,ICollection,ILi

2019-03-12  本文已影响24人  Angeladaddy
IEnumerable vs ICollection vs IList vs IQueryable in C#

IEnumerable

Namespace: System.Collections

ICollection

Namespace: System.Collections

IList

Namespace: System.Collections

IQueryable

Namespace: System.Linq

List / List<T>

Namespace: System.Collections / System.Collections.Generic;

Conclusion

上一篇 下一篇

猜你喜欢

热点阅读