EnumerableExt..::..Each<(Of <(<'T>)>)> Method
   Eaches the specified action.
   
                
    Namespace: 
   CoreAssembly: 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.