Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool RemoveLast(T)

Declaration

public bool RemoveLast(
    T item
)

Summary

Removes the LAST occurrence of the specified item from the list. Returns true if the item was removed, or false if it wasn't found.