Skip to main content
All docs
V26.1
  • 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

    public bool Remove(
        T item
    )

    Parameters

    Name Type Description
    item T

    The object to remove from the list.

    Returns

    Type Description
    Boolean

    true if item is successfully removed; otherwise, false.

    Implements

    See Also