Documents for PDF, .NET Edition Documentation
ForEach Method (ReadOnlyStructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > ReadOnlyStructList<T> Class : ForEach Method
The GrapeCity.Documents.Common.StructAction`1 delegate to perform on each element of the ReadOnlyStructList<T>.
Performs the specified action on each element of the ReadOnlyStructList<T>.
Syntax
'Declaration
 
Public Sub ForEach( _
   ByVal action As GrapeCity.Documents.Common.StructAction(Of T) _
) 
public void ForEach( 
   GrapeCity.Documents.Common.StructAction<T> action
)

Parameters

action
The GrapeCity.Documents.Common.StructAction`1 delegate to perform on each element of the ReadOnlyStructList<T>.
See Also

Reference

ReadOnlyStructList<T> Class
ReadOnlyStructList<T> Members