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