Removes the element with the specified key from the 
IDictionary.
 
            
            
            
            
            
            
            
            public virtual bool Remove( 
    
)
             
        
            
            'Declaration
 
Public Overloads Overridable Function Remove( _
   ByVal  As  _
) As Boolean
             
        
            
            'Usage
 
Dim instance As ThreadSafeDictionary(Of TKey,TValue)
Dim key As 
Dim value As Boolean
 
value = instance.Remove(key)
             
        
            
            public virtual bool Remove( 
    key
)
             
        
            
             function Leadtools.Dicom.AddIn.ThreadSafeDictionary.Remove(`0)( 
   key 
)
             
        
            
            public:
virtual bool Remove( 
    
) 
             
        
             
        
            Parameters
- key
 
- The key of the element to remove.
 
            
            Return Value
true if the element is successfully removed; otherwise, false. This method also returns false if  was not found in the original 
IDictionary.
 
            Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2