EnumerableExt..::..Each<(Of <(<'T>)>)> Method

Eaches the specified action.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static void Each<T>(
	IEnumerable<T> enumerable,
	Action<T> action
)

Type Parameters

T

Parameters

enumerable
Type: IEnumerable<(Of <(<'T>)>)>
The enumerable.
action
Type: Action<(Of <(<'T>)>)>
The action.