'Declaration
<__DynamicallyInvokableAttribute()> Public Function FindLast( _ 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.FindLast(match)
[__DynamicallyInvokable()] public NClientCommand FindLast( System.Predicate<NClientCommand> match )
Parameters
- match