LinkedBucketListTRemove Method (T) | 
 
            Removes the bucket with the specified contents from the list
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic bool Remove(
	T contentsToRemove
)
Public Function Remove ( 
	contentsToRemove As T
) As Boolean
Parameters
- contentsToRemove
 - Type: T
The contents to remove. 
Return Value
Type: 
Booleantrue if remove took place, otherwise false
See Also