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