IndexCollectionICollectionInt32Remove Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
bool ICollection<int>.Remove(
int item
)
Private Function Remove (
item As Integer
) As Boolean Implements ICollection(Of Integer).Remove
private:
virtual bool Remove(
int item
) sealed = ICollection<int>::Remove
private abstract Remove :
item : int -> bool
private override Remove :
item : int -> bool
- item Int32
- The object to remove from the ICollectionT.
Booleantrue if
item was successfully removed from
the
ICollectionT; otherwise, false.
This method also returns false if
item is not found
in the original
ICollectionT.
ICollectionTRemove(T)