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