ReadOnlyLinkedElementCollection<T>.ForEach(Action<T>) Methode

Definition

Führt die angegebene Aktion für alle Elemente in der Auflistung aus.

public:
 void ForEach(Action<T> ^ action);
public void ForEach (Action<T> action);
member this.ForEach : Action<'T (requires 'T :> Microsoft.VisualStudio.Modeling.ModelElement)> -> unit
Public Sub ForEach (action As Action(Of T))

Parameter

action
Action<T>

Action (Aktion).

Gilt für