Click or drag to resize
LinkedBucketList<T>.Clear Method
Clears this instance. It doesn't reset the individual nodes, it just cuts off references to head and tail so the list contents goes out of scope.

Namespace: SD.Tools.Algorithmia.GeneralDataStructures
Assembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax
public void Clear()
See Also