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

Syntax

C#
public bool Remove(
	string key
)
Visual Basic
Public Function Remove ( _
	key As String _
) As Boolean
Visual C++
public:
virtual bool Remove(
	String^ key
) sealed

Parameters

key
Type: System..::..String

Implements

IKeyedList<(Of <(<'T, U>)>)>..::..Remove(U)

See Also