←Select platform

IndexOf Method

Summary

Determines the index of a specific item in the IList.

Syntax

C#
VB
C++
public int IndexOf(  
   T item 
) 
Public Function IndexOf( _ 
   ByVal item As T _ 
) As Integer 
public: 
int IndexOf(  
   _T^_ item 
) 

Parameters

item
The object to locate in the IList.

Return Value

The index of item if found in the list; otherwise, -1.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize