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