Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
MultiCollection(T) Class
MultiCollection(T) Methods
Remove Method
Remove Method (T)
Remove Method (T, Int32)
MultiCollection
T
Remove Method (
T
)
Removes the first occurrence of a specific object from the
ICollection
T
.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
Remove
( T
item
)
Parameters
item
Type:
T
The object to remove from the
ICollection
T
.
Return Value
Type:
Boolean
true if
item
was successfully removed from the
ICollection
T
; otherwise, false. This method also returns false if
item
is not found in the original
ICollection
T
.
Implements
ICollection
T
Remove(T)
Exceptions
Exception
Condition
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
MultiCollection
T
Class
Remove Overload
WhetStone.Looping Namespace