jac*_*obz 0 c# search return list
我有一个列表字符串:
List<string> Entries = new List<string>();
Entries.Add("The quick brown fox jumps over the lazy dog");
Entries.Add("Lorem ipsum dolor sit amet");
Entires.Add("Consetetur sadipscing elitr");
Run Code Online (Sandbox Code Playgroud)
我可以搜索"fox"列表中的内容并"The quick brown fox jumps over the lazy dog"返回整行()吗?