Click or drag to resize

AsyncReactiveListTRemove Method

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public bool Remove(
	T item
)
Request Example View Source

Parameters

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