ReadOnlyLinkedElementCollection<T>.ForEach(Action<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs specified action on all elements in collection.
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))
Parameters
- action
- Action<T>
Action.