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