IMsProblemDetailsArray.Clear

Fore Syntax

Clear;

Fore.NET Syntax

Clear();

Description

The Clear method clears the collection

Comments

To remove specific parameters from the collection, use the IMsProblemDetailsArray.Remove and IMsProblemDetailsArray.RemoveByKey methods.

See also:

IMsProblemDetailsArray