Click or drag to resize

LinkedBucketListTInsertHead Method (ListBucketT)

Inserts the specified bucket as the new head in 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 void InsertHead(
	ListBucket<T> toInsert
)

Parameters

toInsert
Type: SD.Tools.Algorithmia.GeneralDataStructuresListBucketT
To insert.
See Also