コード例 #1
0
 public static bool FLEncoder_BeginArray(FLEncoder *encoder, ulong reserveCount)
 {
     return(NativeRaw.FLEncoder_BeginArray(encoder, (UIntPtr)reserveCount));
 }
コード例 #2
0
 public bool FLEncoder_BeginArray(FLEncoder *encoder, UIntPtr reserveCount) => NativeRaw.FLEncoder_BeginArray(encoder, reserveCount);