PhoneNumberListAdd Method |
Adds an item to the list.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public void Add(
PhoneNumber value
)
Public Sub Add (
value As PhoneNumber
)
public:
virtual void Add(
PhoneNumber^ value
) sealed
abstract Add :
value : PhoneNumber -> unit
override Add :
value : PhoneNumber -> unit
Parameters
- value
- Type: Aspose.Email.PersonalInfoPhoneNumber
The Object to add to the list.
Return Value
Type:
The position into which the new element was inserted.
Implements
ICollectionTAdd(T)See Also