 | AsyncReactiveListTRemove Method |
Removes the first occurrence of a specific object from the
ListT.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic bool Remove(
T item
)
Request Example
View SourceParameters
- item
- Type: T
The object to remove from the ListT. The value can be for reference types.
Return Value
Type:
Boolean if
item is successfully removed; otherwise,
. This method also returns
if
item was not found in the
ListT.
See Also