@foreach
Description:
public void @foreach (
Func<
G> func)
Calls func for each item in the sequence passing user_data to the function.
func must not modify the sequence itself.
Parameters:
| this |
a Sequence
|
| func |
the function to call for each item in this
|
| user_data |
user data passed to func
|