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