CspDomain.Values Method

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

Enumerates all values in a domain.

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

Syntax

'Declaration
Public MustOverride Function Values As IEnumerable(Of Object)
public abstract IEnumerable<Object> Values()
public:
virtual IEnumerable<Object^>^ Values() abstract
abstract Values : unit -> IEnumerable<Object> 
public abstract function Values() : IEnumerable<Object>

Return Value

Type: System.Collections.Generic.IEnumerable<Object>
All values in a domain.

.NET Framework Security

See Also

Reference

CspDomain Class

Microsoft.SolverFoundation.Solvers Namespace