RollingWindow<T>.Remove Method
Namespace: Gemstone.IO.CollectionsAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
public bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) sealed
- item T
- The object to remove from the ICollection<T>.
Boolean
true if
item was successfully removed from the
RollingWindow<T>; otherwise, false.
This method also returns false if
item is not found in the original
RollingWindow<T>.
ICollection<T>.Remove(T)