Click or drag to resize

LinkedBucketList<T>.RemoveBefore Method

Removes all buckets before the node specified. It assumes the specified node is in the ListBucketList. If it's not, all nodes in this list will be removed and the list will be empty.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public void RemoveBefore(
	ListBucket<T> newHead
)

Parameters

newHead
Type: SD.Tools.Algorithmia.GeneralDataStructures.ListBucket<T>
The new head. Has to be in the list.
See Also