Metodo DedCommCollectionsIndexOf
             | 
          
        
        
            Restituisce l'indice di un elemento oppure -1 se non è presente.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic int IndexOf(
	DedCommCollectionItem item
)
Public Function IndexOf ( 
	item As DedCommCollectionItem
) As Integer
public:
int IndexOf(
	DedCommCollectionItem^ item
)
member IndexOf : 
        item : DedCommCollectionItem -> int Parametri
- item  DedCommCollectionItem
 - Elemento da verificare.
 
Valore di ritorno
Int32
Vedi anche