示例#1
0
 public static object __hx_cast <T_c_c>(global::haxe.ds.IntMap me)
 {
     unchecked
     {
         return(((me != default(global::haxe.ds.IntMap))) ? (me.haxe_ds_IntMap_cast <T_c_c>()) : (default(global::haxe.ds.IntMap)));
     }
 }
示例#2
0
 public static object __hx_cast <T_c_c>(global::haxe.ds.IntMap me)
 {
     return(((me != null)) ? (me.haxe_ds_IntMap_cast <T_c_c>()) : default(object));
 }