M_Cyjb_Collections_BitList_LastIndexOf - CYJB/Cyjb GitHub Wiki
确定 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 中定位的对象。