Removes the first occurrence of a specific object from the list.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool Remove(
Url value
)
Public Function Remove (
value As Url
) As Boolean
public:
virtual bool Remove(
Url^ value
) sealed
abstract Remove :
value : Url -> bool
override Remove :
value : Url -> bool
Parameters
- value
- Type: Aspose.Email.PersonalInfoUrl
The Object to remove from the list.
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)
See Also