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



    Remove<T> Method (DicomVolume)
    Syntax
    'Declaration
     
    Public Sub Remove(Of T)( _
       ByVal toDisposeArg As T _
    ) 
     
    'Usage
     
    Dim instance As DicomVolume
    Dim toDisposeArg As T
     
    instance.Remove(Of T)(toDisposeArg)

    Parameters

    toDisposeArg

    Type Parameters

    T
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also