Пример #1
0
 public int GetBool(int idx, out bool b)
 {
     return(Unmanaged.GetBool(Pointer, idx, out b));
 }