  | CollectionTFindIndex Method  | 
  
    Namespace: 
   Dynamicweb.Content.Items
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic int FindIndex(
	Func<T, bool> predicate
)
Public Function FindIndex ( 
	predicate As Func(Of T, Boolean)
) As Integer
Parameters
- predicate
 - Type: SystemFuncT, Boolean
 
Return Value
Type: 
Int32
See Also