public void Reverse(int index, int count)
 {
     IronSightEnginePINVOKE.D3DMaterialVector_Reverse__SWIG_1(swigCPtr, index, count);
     if (IronSightEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw IronSightEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }