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



    Collect<T> Method
    Syntax
    'Declaration
     
    Public Function Collect(Of T)( _
       ByVal toDispose As T _
    ) As T
     
    'Usage
     
    Dim instance As DicomVolume
    Dim toDispose As T
    Dim value As T
     
    value = instance.Collect(Of T)(toDispose)

    Parameters

    toDispose

    Type Parameters

    T
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also