PropertyValueCollection.RemoveAt(Int32) Method

Definition

Removes the object from the collection of PropertyValue objects at the specified index.

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

Parameters

index
Int32

The index of the item to remove.

Applies to