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