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.3.0.0 (1.3.17.0314)
Syntax
public void InsertHead(
	ListBucket<T> toInsert
)

Parameters

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