FirstClassElementCollectionBase<ElementCollectionType, ElementType>.ForEach method

Performs the specified action on each element of the List.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub ForEach ( _
    action As Action(Of ElementType) _
)
'Usage
Dim instance As FirstClassElementCollectionBase
Dim action As Action(Of ElementType)

instance.ForEach(action)
public void ForEach(
    Action<ElementType> action
)

Parameters

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace