Click or drag to resize
LinkedBucketListTAppendTail Method (ListBucketT)
Appends the specified bucket to the list, after the last element as a new tail.

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 AppendTail(
	ListBucket<T> toAppend
)

Parameters

toAppend
Type: SD.Tools.Algorithmia.GeneralDataStructuresListBucketT
To append.
See Also