CastedListTFrom, TToRemove Method

Removes the first occurrence of a specific object from the ICollectionT.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public bool Remove(
	TTo item
)

Parameters

item  TTo
The object to remove from the ICollectionT.

Return Value

bool
if item was successfully removed from the ICollectionT; otherwise, . This method also returns if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)

Exceptions

See Also