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