예제 #1
0
 public static bool FLEncoder_BeginDict(FLEncoder *encoder, ulong reserveCount)
 {
     return(NativeRaw.FLEncoder_BeginDict(encoder, (UIntPtr)reserveCount));
 }
 public bool FLEncoder_BeginDict(FLEncoder *encoder, UIntPtr reserveCount) => NativeRaw.FLEncoder_BeginDict(encoder, reserveCount);