public void SetRange(int index, SubEntityList values) { OgrePINVOKE.SubEntityList_SetRange(swigCPtr, index, SubEntityList.getCPtr(values)); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public SubEntityList(SubEntityList other) : this(OgrePINVOKE.new_SubEntityList__SWIG_1(SubEntityList.getCPtr(other)), true) { if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }