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.3.5.0 (1.3.18.1017)
Syntaxpublic ListBucket<T> AppendTail(
	T contentsToAppend
)
Public Function AppendTail ( 
	contentsToAppend As T
) As ListBucket(Of T)
Parameters
- contentsToAppend
 - Type: T
The contents to append. 
Return Value
Type: 
ListBucketTthe bucket appended
See Also