Click or drag to resize
LinkedBucketListTRemoveAfter Method
Removes all buckets after 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.3.0.0 (1.3.17.0314)
Syntax
public void RemoveAfter(
	ListBucket<T> newTail
)

Parameters

newTail
Type: SD.Tools.Algorithmia.GeneralDataStructuresListBucketT
The new tail. Has to be in the list.
See Also