[]
Gets the index of the item.
public int IndexOf(SubItemInfo item)
Public Function IndexOf(item As SubItemInfo) As Integer
Type | Name | Description |
---|---|---|
SubItemInfo | item | The SubItemInfo object to get the index for. |
Type | Description |
---|---|
int | The index if the item is found in the collection; otherwise,-1. |