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