Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これはどこにも尋ねられないようです。LINQ 式内で OR 演算子をどのように使用しますか?
たとえば、次のロジックに従うもの:
var links = links.Where(l => l.First() == '/' OR.. == '//').ToList();