'Declaration
<__DynamicallyInvokableAttribute()> Public Function FindAll( _ ByVal match As System.Predicate(Of property) _ ) As System.Collections.Generic.List(Of property)
'Usage
Dim instance As configuration Dim match As System.Predicate(Of property) Dim value As System.Collections.Generic.List(Of property) value = instance.FindAll(match)
[__DynamicallyInvokable()] public System.Collections.Generic.List<property> FindAll( System.Predicate<property> match )
Parameters
- match