Click or drag to resize

EquatableListTRemove Method

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool Remove(
	T item
)

Parameters

item
Type: T

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also