Removes all objects with the matching key.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool Remove(
	U key
)
Visual Basic
Function Remove ( _
	key As U _
) As Boolean
Visual C++
bool Remove(
	U key
)

Parameters

key
Type: U

Return Value

True if any objects were removed, false otherwise.

See Also