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