Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class EnumerableExtensions

    Inheritance
    System.Object
    EnumerableExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.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
    System.Collections.Generic.IEnumerable<T> source
    System.Action<T> action
    Type Parameters
    Name Description
    T
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors