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