IEnumContingentValue Interface

Iterates over a set of contingent values.

Members

Name Description
Method Next Get the next contingent value in the set.
Method Reset Restart the enumeration of contingent values.

IEnumContingentValue.Next Method

Get the next contingent value in the set.

Public Function Next ( _
) As IContingentValue
public IContingentValue Next (
);

IEnumContingentValue.Reset Method

Restart the enumeration of contingent values.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumContingentValue

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.