UniqueNameCollectionTRemove - метод
Removes the first occurrence of a specific object from the ICollectionT.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
public:
virtual bool Remove(
T item
) sealed
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
- item T
- 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) | [Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |
| NotSupportedException | The ICollectionT is read-only. |
Ссылки
[Tessa.Platform.ObjectSealedException]