DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (DicomImageCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of T)
    [__DynamicallyInvokable()]
    public System.Collections.Generic.IEnumerator<T> GetEnumerator()
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also