Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomDirectoryRecordCollection

    Inheritance
    System.Object
    DicomDirectoryRecordCollection
    Implements
    System.Collections.Generic.IEnumerable<DicomDirectoryRecord>
    System.Collections.IEnumerable
    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.Media
    Assembly: fo-dicom.core.dll
    Syntax
    public class DicomDirectoryRecordCollection : IEnumerable<DicomDirectoryRecord>, IEnumerable

    Methods

    GetEnumerator()

    Declaration
    public IEnumerator<DicomDirectoryRecord> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<DicomDirectoryRecord>

    Explicit Interface Implementations

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    EnumerableExtensions.Each<T>(IEnumerable<T>, Action<T>)
    LinqExtensions.Diff<S, T>(IEnumerable<S>, Func<S, S, T>)
    LinqExtensions.FilterByType<T>(IEnumerable<Object>)
    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors