コード例 #1
0
 public int IndexOf(T item)
 {
     return(client.GetItemIndexInSortedSet(this, item));
 }