'Declaration Public Function IndexOf( _ ByVal item As ArticleBead _ ) As System.Integer
public System.int IndexOf( ArticleBead item )
Parameters
- item
- The object to locate in the collection.
Return Value
The zero-based index of the first occurrence of item within the entire collection, if found; otherwise, -1.