BasicCollectionTRemove Method |
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace:
SysadminsLV.PKI
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public virtual bool Remove(
T item
)
Public Overridable Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
)
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
Parameters
- item
- Type: T
The object to remove from the ICollectionT.
Return Value
Type:
Boolean 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