Click or drag to resize
LinkedBucketListTInsertHead Method (T)
Inserts the specified contents in a new 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 ListBucket<T> InsertHead(
	T contentsToInsert
)

Parameters

contentsToInsert
Type: T
The contents to insert.

Return Value

Type: ListBucketT
the bucket inserted
See Also