PeerContactCollection.InsertItem(Int32, PeerContact) Method

Definition

Inserts a new PeerContact element into the PeerContactCollection at the specified index or key.

protected:
 override void InsertItem(int index, System::Net::PeerToPeer::Collaboration::PeerContact ^ item);
protected override void InsertItem (int index, System.Net.PeerToPeer.Collaboration.PeerContact item);
override this.InsertItem : int * System.Net.PeerToPeer.Collaboration.PeerContact -> unit
Protected Overrides Sub InsertItem (index As Integer, item As PeerContact)

Parameters

index
Int32

The zero-based index of the element to replace.

item
PeerContact

The new value for the element at the specified index.

Exceptions

The PeerContact provided is null

Remarks

Null items are not allowed.

Applies to

See also