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