HashSetTKey, TValueRemove - метод
Removes the first occurrence of a specific object from the ICollectionT.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool Remove(
TValue item
)
Public Function Remove (
item As TValue
) As Boolean
public:
virtual bool Remove(
TValue item
) sealed
abstract Remove :
item : 'TValue -> bool
override Remove :
item : 'TValue -> bool
- item TValue
- The object to remove from the ICollectionT.
Boolean if
item was successfully removed from the
ICollectionT; otherwise,
. This method also returns
if
item is not found in the original
ICollectionT.
ICollectionTRemove(T) NotSupportedException | The ICollectionT is read-only. |