DotNet Reference
.Net Reference
CastConstraint.cs
Go to the documentation of this file.
21 internal CastConstraint(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.CastConstraint_SWIGUpcast(cPtr), cMemoryOwn) {
26 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
43 global::System.IntPtr cPtr = operations_research_constraint_solverPINVOKE.CastConstraint_TargetVar(swigCPtr);
static global::System.IntPtr CastConstraint_TargetVar(global::System.Runtime.InteropServices.HandleRef jarg1)
override void Dispose(bool disposing)
Definition: CastConstraint.cs:29
static global::System.IntPtr CastConstraint_SWIGUpcast(global::System.IntPtr jarg1)
static void delete_CastConstraint(global::System.Runtime.InteropServices.HandleRef jarg1)
IntVar TargetVar()
Definition: CastConstraint.cs:42