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