Ejemplo n.º 1
0
 public void Push(FileListNode input, string file, uint line)
 {
     RakNetPINVOKE.CSharp_RakNetListFileListNode_Push(swigCPtr, FileListNode.getCPtr(input), file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void Replace(FileListNode input, FileListNode filler, uint position, string file, uint line)
 {
     RakNetPINVOKE.CSharp_RakNetListFileListNode_Replace__SWIG_0(swigCPtr, FileListNode.getCPtr(input), FileListNode.getCPtr(filler), position, file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void Replace(FileListNode input)
 {
     RakNetPINVOKE.CSharp_RakNetListFileListNode_Replace__SWIG_1(swigCPtr, FileListNode.getCPtr(input));
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
 public void Insert(FileListNode input, string file, uint line)
 {
     RakNetPINVOKE.RakNetListFileListNode_Insert__SWIG_1(swigCPtr, FileListNode.getCPtr(input), file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }