Click or drag to resize
LinkedBucketListTInsertBefore Method
Inserts the specified node toInsert before the node toInsertBefore.

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 InsertBefore(
	ListBucket<T> toInsert,
	ListBucket<T> toInsertBefore
)

Parameters

toInsert
Type: SD.Tools.Algorithmia.GeneralDataStructuresListBucketT
To insert into the list.
toInsertBefore
Type: SD.Tools.Algorithmia.GeneralDataStructuresListBucketT
the node to insert before. Has to be in the list
See Also