UnconstrainedNonlinearModel.Keys Property

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

Returns the variable and row key collection. Indices are guaranteed to be greater than or equal to 0 and less than the KeyCount.

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

Syntax

'Declaration
Public ReadOnly Property Keys As IEnumerable(Of Object)
public IEnumerable<Object> Keys { get; }
public:
virtual property IEnumerable<Object^>^ Keys {
    IEnumerable<Object^>^ get () sealed;
}
abstract Keys : IEnumerable<Object>
override Keys : IEnumerable<Object>
final function get Keys () : IEnumerable<Object>

Property Value

Type: System.Collections.Generic.IEnumerable<Object>

Implements

IRowVariableModel.Keys

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace