Пример #1
0
 protected override void CopyOut(ref T[] src, ref VBuffer <T> dst)
 {
     VBuffer <T> .Copy(src, 0, ref dst, Utils.Size(src));
 }