IListContract<C>.IndexOf(C) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 IListContract<C> 中特定項目的索引。
public:
int IndexOf(C item);
public int IndexOf (C item);
abstract member IndexOf : 'C -> int
Public Function IndexOf (item As C) As Integer
參數
- item
- C
要在 IListContract<C> 中尋找的 IContract。
傳回
如果可在清單中找到則為 item
的索引,否則為 -1。