FreezableCollection<T>.RemoveAt(Int32) Method

Definition

Removes the object at the specified zero-based index of the FreezableCollection<T>.

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

The zero-based index of the object to remove.

Implements

Exceptions

index is less than 0.

-or-

index is greater than Count.

The FreezableCollection<T> is frozen (its IsFrozen property is true).

Applies to