gpt4 book ai didi

c# - 如何检查列表中是否存在整数?

转载 作者:太空狗 更新时间:2023-10-29 22:10:44 25 4
gpt4 key购买 nike

我正在使用整数列表。在添加元素“x”之前,我需要检查列表中是否存在“x”。如何实现这一点

最佳答案

您可以使用 List.Contains Method

myList.Contains(x)

myList.Any(p => p == x)    

关于c# - 如何检查列表中是否存在整数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20813977/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com