CspComposite.Fields Method

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

Accesses the field of the composite that has the given key.

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

Syntax

'Declaration
Public Function Fields ( _
    key As Object _
) As IEnumerable(Of CspTerm)
public IEnumerable<CspTerm> Fields(
    Object key
)
public:
IEnumerable<CspTerm^>^ Fields(
    Object^ key
)
member Fields : 
        key:Object -> IEnumerable<CspTerm> 
public function Fields(
    key : Object
) : IEnumerable<CspTerm>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<CspTerm>
An array of terms that represents the fields.

.NET Framework Security

See Also

Reference

CspComposite Class

Microsoft.SolverFoundation.Solvers Namespace