PrincipalValueCollection<T>.Insert(Int32, T) Method

Definition

Inserts the specified object into the collection at the specified index.

public:
 virtual void Insert(int index, T value);
public void Insert (int index, T value);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit
Public Sub Insert (index As Integer, value As T)

Parameters

index
Int32

The index at which value will be inserted into the collection.

value
T

An object.

Implements

Applies to