LinearModel Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the LinearModel class.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Sub New ( _
cmp As IEqualityComparer(Of Object) _
)
public LinearModel(
IEqualityComparer<Object> cmp
)
public:
LinearModel(
IEqualityComparer<Object^>^ cmp
)
new :
cmp:IEqualityComparer<Object> -> LinearModel
public function LinearModel(
cmp : IEqualityComparer<Object>
)
Parameters
- cmp
Type: System.Collections.Generic.IEqualityComparer<Object>
A collection that maps keys to values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.