CspTerm.Fields Method

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

Returns a collection of fields that are labeled by a key.

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

Syntax

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

Parameters

  • key
    Type: System.Object
    An identifier used to retrieve the collection of fields.

Return Value

Type: System.Collections.Generic.IEnumerable<CspTerm>
A collection of fields.

.NET Framework Security

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace