'Declaration Public Function FindAll( _ ByVal match As Predicate(Of Style) _ ) As List(Of Style)
public List<Style> FindAll( Predicate<Style> match )
Parameters
- match
- The Predicate delegate that defines the conditions of the elements to search for.
'Declaration Public Function FindAll( _ ByVal match As Predicate(Of Style) _ ) As List(Of Style)
public List<Style> FindAll( Predicate<Style> match )
Exception | Description |
---|---|
System.ArgumentNullException | match is null. |