Determines the index of a specific item in the list.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int IndexOf(
Url value
)
Public Function IndexOf (
value As Url
) As Integer
public:
virtual int IndexOf(
Url^ value
) sealed
abstract IndexOf :
value : Url -> int
override IndexOf :
value : Url -> int
Parameters
- value
- Type: Aspose.Email.PersonalInfoUrl
The Object to locate in the list.
Return Value
Type:
Int32 The index of
value if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)
See Also