Inserts an item to the list at the specified index.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Insert(
int index,
Url value
)
Public Sub Insert (
index As Integer,
value As Url
)
public:
virtual void Insert(
int index,
Url^ value
) sealed
abstract Insert :
index : int *
value : Url -> unit
override Insert :
index : int *
value : Url -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which value should be inserted. - value
- Type: Aspose.Email.PersonalInfoUrl
The Object to insert into the list.
Implements
IListTInsert(Int32, T)
See Also