IMsVariableTestDataList.Clear

Syntax

Clear;

Description

The Clear method clears the collection of variables.

Comments

After executing the method the IMsVariableTestDataList.Count property is set to 0.

To remove one variable from the collection, use the IMsVariableTestDataList.Remove method.

Example

The method use is given in IMsPairCorrelationTestSettings.BalancedSample.

See also:

IMsVariableTestDataList