Clears the evaluation, eliminating all data that has been collected up to this point. Since this data is cached as needed, this method can be useful to gather information that is guaranteed to not be out-of-date.

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

Syntax

C#
void Clear()
Visual Basic
Sub Clear
Visual C++
void Clear()

See Also