CspSolutionMapping.GetIndexes Method (Constraint)

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

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a collection of indexes that are related to a constraint.

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

Syntax

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

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<array<Object[]>
A collection of indexes that are related to a constraint.

Exceptions

Exception Condition
NotSupportedException

Any time this method is called.

.NET Framework Security

See Also

Reference

CspSolutionMapping Class

GetIndexes Overload

Microsoft.SolverFoundation.Services Namespace