'Declaration
<__DynamicallyInvokableAttribute()> Public Sub ForEach( _ ByVal action As System.Action(Of T) _ )
'Usage
Dim instance As NGenericList(Of T) Dim action As System.Action(Of T) instance.ForEach(action)
[__DynamicallyInvokable()] public void ForEach( System.Action<T> action )
Parameters
- action