Пример #1
0
 public static Dict Create(Context context)
 {
     return(new Dict(Interop.DictAlloc(context?.Handle ?? IntPtr.Zero), context));
 }