Skip to main content
.NET 6.0+

DynamicCollectionBase.RemoveAt(Int32) Method

Removes an object from the specified index in the collection. This method is implemented to support the IList interface.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

An index of an object to be removed from the collection.

See Also