Exemple #1
0
 public int GetInteger(int idx, out int i)
 {
     return(Unmanaged.GetInteger(Pointer, idx, out i));
 }