예제 #1
0
 public void Empty(int Slack)
 {
     FScriptArray.Empty(ref InterArray, Slack, IntPtr.Size);
 }
예제 #2
0
 public void Empty(int Slack)
 {
     FScriptArray.Empty(ref InterArray, Slack, Marshal.SizeOf(typeof(T)));
 }