CspTerm.CurrentValues Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a collection of possible values in the domain of a term.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CurrentValues As IEnumerable(Of Object)
public abstract IEnumerable<Object> CurrentValues { get; }
public:
virtual property IEnumerable<Object^>^ CurrentValues {
    IEnumerable<Object^>^ get () abstract;
}
abstract CurrentValues : IEnumerable<Object>
abstract function get CurrentValues () : IEnumerable<Object>

Property Value

Type: System.Collections.Generic.IEnumerable<Object>
A collection of possible values in the domain of a term.

Remarks

Cast the returned values to the correct type, depending on the data type of the term.

.NET Framework Security

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace