DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomVolume Class / Collect<T> Method

In This Topic
    Collect<T> Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Collect(Of T)( _
       ByVal toDispose As T _
    ) As T
    public T Collect<T>( 
       T toDispose
    )

    Parameters

    toDispose

    Type Parameters

    T
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also