<ahref="algorithms_2IntVector_8cs.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">//------------------------------------------------------------------------------</span></div><divclass="line"><aname="l00002"></a><spanclass="lineno"> 2</span> <spanclass="comment">// <auto-generated /></span></div><divclass="line"><aname="l00003"></a><spanclass="lineno"> 3</span> <spanclass="comment">//</span></div><divclass="line"><aname="l00004"></a><spanclass="lineno"> 4</span> <spanclass="comment">// This file was automatically generated by SWIG (http://www.swig.org).</span></div><divclass="line"><aname="l00005"></a><spanclass="lineno"> 5</span> <spanclass="comment">// Version 4.0.1</span></div><divclass="line"><aname="l00006"></a><spanclass="lineno"> 6</span> <spanclass="comment">//</span></div><divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="comment">// Do not make changes to this file unless you know what you are doing--modify</span></div><divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> <spanclass="comment">// the SWIG interface file instead.</span></div><divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="comment">//------------------------------------------------------------------------------</span></div><divclass="line"><aname="l00010"></a><spanclass="lineno"> 10</span> </div><divclass="line"><aname="l00011"></a><spanclass="lineno"> 11</span> <spanclass="keyword">namespace </span><aclass="code"href="namespaceGoogle_1_1OrTools_1_1Algorithms.html">Google.OrTools.Algorithms</a> {</div><divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> </div><divclass="line"><aname="l00013"></a><spanclass="lineno"><aclass="line"href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html"> 13</a></span> <spanclass="keyword">public</span><spanclass="keyword">class </span><aclass="code"href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html">IntVector</a> : global::System.IDisposable, global::System.Collections.IEnumerable, global::System.Collections.Generic.IList<int></div><divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span>  {</div><divclass="line"><aname="l00015"></a><spanclass="lineno"> 15</span> <spanclass="keyword">private</span> global::System.Runtime.InteropServices.HandleRef swigCPtr;</div><divclass="line"><aname="l00016"></a><spanclass="lineno"><aclass="line"href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#abc050282310ee35f8b4bac77b6103375"> 16</a></span> <spanclass="keyword">protected</span><spanclass="keywordtype">bool</span><aclass="code"href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a>;</div><divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> </div><divclass="line"><aname="l00018"></a><spanclass="lineno"> 18</span> <spanclass="keyword">internal</span><aclass="code"href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a3b5791460a8d60c4be3511ad3723bf7f">IntVector</a>(global::System.IntPtr cPtr, <spanclass="keywordtype">bool</span> cMemoryOwn) {</div><divclass="line"><aname="l00019"></a><spanclass="lineno"> 19</span> <aclass="code"href="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#abc050282310ee35f8b4bac77b6103375">swigCMemOwn</a> = cMemoryOwn;</div><divclass="line"><aname="l00020"></a><spanclass="lineno"> 20</span>  swigCPtr = <spanclass="keyword">new</span> global::System.Runtime.InteropServices.HandleRef(<spanclass="keyword">this</span>, cPtr);</div><divclass="line"><aname="l00021"></a><spanclass="lineno"> 21</span>  }</div><divclass="line"><aname="l00022"></a><spanclass="lineno"> 22</span> </div><divclass="line"><aname="l00023
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a74303fc542df60f4eaaa7e1bdfffe21a"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a74303fc542df60f4eaaa7e1bdfffe21a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_getitemcopy</a></div><divclass="ttdeci">static int IntVector_getitemcopy(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ae07f898d1e88769c7f59c2ccdfcdbbe5"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ae07f898d1e88769c7f59c2ccdfcdbbe5">Google.OrTools.Algorithms.IntVector.Insert</a></div><divclass="ttdeci">void Insert(int index, int x)</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00282">algorithms/IntVector.cs:282</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a1df185c6765e85707b6692072815d13e"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a1df185c6765e85707b6692072815d13e">Google.OrTools.Algorithms.IntVector.CopyTo</a></div><divclass="ttdeci">void CopyTo(int[] array, int arrayIndex)</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00113">algorithms/IntVector.cs:113</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a48a8f4f1dd460c4cb6c11aec8307e5f5"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a48a8f4f1dd460c4cb6c11aec8307e5f5">Google.OrTools.Algorithms.IntVector.IntVector</a></div><divclass="ttdeci">IntVector(global::System.Collections.Generic.IEnumerable< int > c)</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00056">algorithms/IntVector.cs:56</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_a6ee302ce4ce9dae79c46e7968ebab4eb"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#a6ee302ce4ce9dae79c46e7968ebab4eb">Google.OrTools.Algorithms.IntVector.GetRange</a></div><divclass="ttdeci">IntVector GetRange(int index, int count)</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00275">algorithms/IntVector.cs:275</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_af6cbf16084ead2a02440396e021b9b46"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#af6cbf16084ead2a02440396e021b9b46">Google.OrTools.Algorithms.IntVector.Reverse</a></div><divclass="ttdeci">void Reverse(int index, int count)</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00313">algorithms/IntVector.cs:313</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ab11d342b7d2d62a6d010eeb835bd7131"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ab11d342b7d2d62a6d010eeb835bd7131">Google.OrTools.Algorithms.IntVector.CopyTo</a></div><divclass="ttdeci">void CopyTo(int index, int[] array, int arrayIndex, int count)</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00118">algorithms/IntVector.cs:118</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator_html"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_1_1IntVectorEnumerator.html">Google.OrTools.Algorithms.IntVector.IntVectorEnumerator</a></div><divclass="ttdoc">Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever t...</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00159">algorithms/IntVector.cs:159</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector_html_ab8469187c24ee20858b41527b2f5e687"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1IntVector.html#ab8469187c24ee20858b41527b2f5e687">Google.OrTools.Algorithms.IntVector.RemoveRange</a></div><divclass="ttdeci">void RemoveRange(int index, int count)</div><divclass="ttdef"><b>Definition:</b><ahref="algorithms_2IntVector_8cs_source.html#l00297">algorithms/IntVector.cs:297</a></div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_acbea25516efaea8f9e83f9c1e7299e3f"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#acbea25516efaea8f9e83f9c1e7299e3f">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Insert</a></div><divclass="ttdeci">static void IntVector_Insert(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a7afdded5ba8201b423d8d065aecbf860"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7afdded5ba8201b423d8d065aecbf860">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_GetRange</a></div><divclass="ttdeci">static global::System.IntPtr IntVector_GetRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_aa5157144d18a048a8123c8da3cbe9262"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#aa5157144d18a048a8123c8da3cbe9262">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_LastIndexOf</a></div><divclass="ttdeci">static int IntVector_LastIndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a1231dc8ba13b6aee2029fdc86d1615c6"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a1231dc8ba13b6aee2029fdc86d1615c6">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_Reverse__SWIG_1</a></div><divclass="ttdeci">static void IntVector_Reverse__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a762f148c85108a97e266b9d9d6216f2a"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a762f148c85108a97e266b9d9d6216f2a">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_RemoveRange</a></div><divclass="ttdeci">static void IntVector_RemoveRange(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)</div></div>
<divclass="ttc"id="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE_html_a7269f523a13554988f1683d5cdc98a6c"><divclass="ttname"><ahref="classGoogle_1_1OrTools_1_1Algorithms_1_1operations__research__algorithmsPINVOKE.html#a7269f523a13554988f1683d5cdc98a6c">Google.OrTools.Algorithms.operations_research_algorithmsPINVOKE.IntVector_IndexOf</a></div><divclass="ttdeci">static int IntVector_IndexOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)</div></div>