找到一个int的索引列表 [英] find index of an int in a list

查看:121
本文介绍了找到一个int的索引列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法让从列表中int的指数?
寻找类似 list1.FindIndex(5),我想找到5在列表中的位置。

Is there a way to get the index of an int from a list? Looking for something like list1.FindIndex(5) where I want to find the position of 5 in the list.

推荐答案

使用列表中的 .IndexOf()方法。该方法的规格可以 MSDN 被发现。

Use the .IndexOf() method of the list. Specs for the method can be found on MSDN.

这篇关于找到一个int的索引列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆