Class EnumerableExtensions
Inherited Members
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public static class EnumerableExtensions
Methods
Each<T>(IEnumerable<T>, Action<T>)
Declaration
public static void Each<T>(this IEnumerable<T> source, Action<T> action)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | source | |
Action<T> | action |
Type Parameters
Name | Description |
---|---|
T |