'Declaration
Public Function FindAll( _ ByVal match As Predicate(Of T) _ ) As List(Of T)
'Usage
Dim instance As SmartList(Of T) Dim match As Predicate(Of T) Dim value As List(Of T) value = instance.FindAll(match)
public List<T> FindAll( Predicate<T> match )
public: List<T*>* FindAll( Predicate<T*>* match )
public: List<T^>^ FindAll( Predicate<T^>^ match )
Parameters
- match
- The match.