M_Cyjb_Collections_BitList_LastIndexOf - CYJB/Cyjb GitHub Wiki

BitList.LastIndexOf 方法 (Boolean)

确定 BitList 中特定项最后一次出现的索引。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public int LastIndexOf(
	bool item
)

参数

 

item
Type: System.Boolean
要在 BitList 中定位的对象。

返回值

Type: Int32
如果在 BitList 中找到 item, 则为该项最后一次出现的索引;否则为 -1

参见

Reference

BitList 类
LastIndexOf 重载
Cyjb.Collections 命名空间

⚠️ **GitHub.com Fallback** ⚠️