Esempio n. 1
0
 // Note: Allocates unmanaged heap memory; should only be used with constants
 public static FLDictKey FLDictKey_Init(string str)
 {
     return(NativeRaw.FLDictKey_Init(FLSlice.Constant(str)));
 }
Esempio n. 2
0
 public static C4Slice Constant(string input)
 {
     return((C4Slice)FLSlice.Constant(input));
 }