This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Linq To Object
> Linq To Object是操作内存对象。
>
> 使用前提:对象必须实现IEnumerable或`IEnumerable<T>`接口。
>
> 因为IQueryable和`IQueryable<T>`也实现了IEnumerable或`IEnumerable<T>接口`,所以也可以使用Linq To Object。