QuickAdmin.Net Reference
C#
Show/Hide TOC
Casted
List
TFrom
,
TTo
Remove Method
Removes the first occurrence of a specific object from the
ICollection
T
.
Definition
Namespace:
QuickAdmin.Utils
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
Copy
public
bool
Remove
( TTo
item
)
Parameters
item
TTo
The object to remove from the
ICollection
T
.
Return Value
bool
if
item
was successfully removed from the
ICollection
T
; otherwise,
. This method also returns
if
item
is not found in the original
ICollection
T
.
Implements
ICollection
T
Remove(T)
Exceptions
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
CastedList
TFrom, TTo
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also