ComplexMatrixICollectionComplexRemove Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
bool ICollection<Complex>.Remove(
Complex item
)
Private Function Remove (
item As Complex
) As Boolean Implements ICollection(Of Complex).Remove
private:
virtual bool Remove(
Complex item
) sealed = ICollection<Complex>::Remove
private abstract Remove :
item : Complex -> bool
private override Remove :
item : Complex -> bool
- item Complex
- 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)