Click or drag to resize

LinkedBucketListTAppendTail Method (T)

Appends the specified contents in a new bucket after the last element in the list as a new tail.

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

Parameters

contentsToAppend
Type: T
The contents to append.

Return Value

Type: ListBucketT
the bucket appended
See Also