UniqueTypeList<T>.Remove(T) Method
Removes the first occurrence of a specific object from the list.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | The object to remove from the list. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
Remove(T)
See Also