[]
Searches for the specified IFilterItem and returns the zero-based index of the first occurrence within the entire System.Collections.ArrayList.
public int IndexOf(IFilterItem filterItem)
Public Function IndexOf(filterItem As IFilterItem) As Integer
Type | Name | Description |
---|---|---|
IFilterItem | filterItem | The IFilterItem to locate in the FilterItemCollection |
Type | Description |
---|---|
int | The index of |