ChatHistory.RemoveAt(Int32) Method

Definition

Removes the message at the specified index from the history.

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 index of the message to remove.

Implements

Exceptions

The index was not valid for this history.

Applies to