示例#1
0
 public Cell(Table.Cell input) : this(RakNetPINVOKE.CSharp_RakNet_new_Table_Cell__SWIG_2(Table.Cell.getCPtr(input)), true)
 {
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public Table.Cell CopyData(Table.Cell input)
 {
     Table.Cell ret = new Table.Cell(RakNetPINVOKE.CSharp_RakNet_Table_Cell_CopyData(swigCPtr, Table.Cell.getCPtr(input)), false);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
示例#3
0
 public FilterQuery(uint column, Table.Cell cell, Table.FilterQueryType op) : this(RakNetPINVOKE.CSharp_RakNet_new_Table_FilterQuery__SWIG_1(column, Table.Cell.getCPtr(cell), (int)op), true)
 {
 }