PostalAddressList.Insert

PostalAddressList.Insert method

Inserts an item to the list at the specified index.

public void Insert(int index, PostalAddress value)
ParameterTypeDescription
indexInt32The zero-based index at which value should be inserted.
valuePostalAddressThe Object to insert into the list.

See Also