'Declaration Public Function FindAll( _ ByVal p As Predicate(Of Legend) _ ) As IEnumerable(Of T)
public IEnumerable<T> FindAll( Predicate<Legend> p )
Parameters
- p
'Declaration Public Function FindAll( _ ByVal p As Predicate(Of Legend) _ ) As IEnumerable(Of T)
public IEnumerable<T> FindAll( Predicate<Legend> p )