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



In This Topic
    Remove<T> Method (DicomVolume)
    In This Topic
    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)
    public void Remove<T>( 
       T toDisposeArg
    )
    public:
    void Removegeneric<typename T>
    ( 
       T^ toDisposeArg
    ) 

    Parameters

    toDisposeArg

    Type Parameters

    T
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also