Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
SortedList: TrimExcess() by Codebuns Sample Code
-----Capacity after Initialization of List collection-----
Capacity : 6
Count : 0
-----Capacity after Add()-----
Capacity : 6
Count : 3
-----Capacity after TrimExcess()-----
Capacity : 3
Count : 3
Cached Result
Last Run: 1:43:09 pm
Compile: 0.264s
Execute: 0s
Memory: 0b
CPU: 0.062s