HybridLocalSearchModel.IRowVariableModel.GetIndexFromKey Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Private Function GetIndexFromKey ( _
key As Object _
) As Integer Implements IRowVariableModel.GetIndexFromKey
int IRowVariableModel.GetIndexFromKey(
Object key
)
private:
virtual int GetIndexFromKey(
Object^ key
) sealed = IRowVariableModel::GetIndexFromKey
private abstract GetIndexFromKey :
key:Object -> int
private override GetIndexFromKey :
key:Object -> int
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.Object
Return Value
Type: System.Int32
Implements
IRowVariableModel.GetIndexFromKey(Object)
.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.