LinkedBucketListTConcat Method |
Concats the specified list after this list in an O(1) operation.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax Remarks After the concat operation, the buckets in toConcat are referenced by this list. It's not recommended to keep on
working with toConcat. Instead use this instance, as all data of toConcat is now part of this instance
See Also