Click or drag to resize

LinkedBucketListTRemove Method (ListBucketT)

Removes the specified bucket from the list.

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 bool Remove(
	ListBucket<T> toRemove
)

Parameters

toRemove
Type: SD.Tools.Algorithmia.GeneralDataStructuresListBucketT
To remove.

Return Value

Type: Boolean
true if remove took place, otherwise false
Remarks
Routine assumes the passed in bucket is in the linked bucket list managed by this instance
See Also