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