[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyStructList-1.ForEach

ForEach Method

ForEach(StructAction<T>)

Performs the specified action on each element of the ReadOnlyStructList<T>.

Declaration
public void ForEach(StructAction<T> action)
Public Sub ForEach(action As StructAction(Of T))
Parameters
Type Name Description
StructAction<T> action

The StructAction<T> delegate to perform on each element of the ReadOnlyStructList<T>.