CircularListTRemoveLast Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
Public Function RemoveLast As Boolean
public:
bool RemoveLast()
member RemoveLast : unit -> bool
Return Value
Boolean, if the list was not empty before the removal, otherwise,
.
This method has an O(1) cost.