CspSolutionMapping.GetIndexes Method (Decision)

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

Gets all the indexes of a decision.

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

Syntax

'Declaration
Public Overrides Function GetIndexes ( _
    decision As Decision _
) As IEnumerable(Of Object())
public override IEnumerable<Object[]> GetIndexes(
    Decision decision
)
public:
virtual IEnumerable<array<Object^>^>^ GetIndexes(
    Decision^ decision
) override
abstract GetIndexes : 
        decision:Decision -> IEnumerable<Object[]> 
override GetIndexes : 
        decision:Decision -> IEnumerable<Object[]> 
public override function GetIndexes(
    decision : Decision
) : IEnumerable<Object[]>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<array<Object[]>
The indexes of a decision.

Exceptions

Exception Condition
ArgumentNullException

Decision is a null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

CspSolutionMapping Class

GetIndexes Overload

Microsoft.SolverFoundation.Services Namespace