Skip to main content

RemoveAt Method

Removes the IList(T) item at the specified index.

Definition

Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public void RemoveAt(
int index
)

Parameters

  Int32
The zero-based index of the item to remove.

Implements

IList(T).RemoveAt(Int32)

Exceptions

ArgumentOutOfRangeExceptionindex is not a valid index in the IList(T).
NotSupportedExceptionThe IList(T) is read-only.

See Also

Reference

Styles Class
Avalonia.Styling Namespace