Esempio n. 1
0
 public void InsertZeroed(int Index, int Count)
 {
     FScriptArray.InsertZeroed(ref InterArray, Index, Count, IntPtr.Size);
 }
Esempio n. 2
0
 public void InsertZeroed(int Index, int Count)
 {
     FScriptArray.InsertZeroed(ref InterArray, Index, Count, Marshal.SizeOf(typeof(T)));
 }