Insert
Insert
Inserts an item to the list at the specified index.
Returns: void Aspose::Email::PersonalInfo::
Insert(int32_t index, const System::SharedPtr < AssociatedPerson > & value)
| Parameter | Description |
|---|---|
| index | The zero-based index at which value should be inserted. |
| value | The T:System::Object to insert into the list. |