CircularListTRemoveLast Method

Removes the last element from the CircularListT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool RemoveLast()

Return Value

Boolean
, if the list was not empty before the removal, otherwise, .

Remarks

This method has an O(1) cost.

See Also