Click or drag to resize
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.0.0 (1.3.17.0314)
Syntax
public bool Remove(
	T contentsToRemove
)

Parameters

contentsToRemove
Type: T
The contents to remove.

Return Value

Type: Boolean
true if remove took place, otherwise false
See Also