Esempio n. 1
0
 public T DangerousGetItem(int index)
 {
     return(_vec.DangerousGetRef <T>(RingVecUtil.IndexToOffset(index, _head, _count)));
 }