Class EnumerableExtensions
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
public static class EnumerableExtensions
- Inheritance
-
EnumerableExtensions
- Inherited Members
Methods
Each<T>(IEnumerable<T>, Action<T>)
public static void Each<T>(this IEnumerable<T> source, Action<T> action)
Parameters
source
IEnumerable<T>action
Action<T>
Type Parameters
T