PeerNameRecordCollection::InsertItem Method (Int32, PeerNameRecord^)
.NET Framework (current version)
Inserts a PeerNameRecord element into the PeerNameRecordCollection at the specified index.
Assembly: System.Net (in System.Net.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element to replace.
- item
-
Type:
System.Net.PeerToPeer::PeerNameRecord^
The value for the new element at the specified index.
| Exception | Condition |
|---|---|
| ArgumentNullException | The item provided cannot be null. |
Null items cannot be inserted into a collection.
.NET Framework
Available since 3.5
Available since 3.5
Show: