Пример #1
0
 private static long hash(this iface x, types.Type _)
 {
     return(hashType(x.t) * 8581L + hash(x.t, x.v));
 }
Пример #2
0
 public Lobby(iface.IUGame game)
 {
     this.game = game;
     InitializeComponent();
 }
Пример #3
0
                            private static bool eq(this iface x, types.Type t, object _y)
                            {
                                iface y = _y._ <iface>();

                                return(sameType(x.t, y.t) && (x.t == null || equals(x.t, x.v, y.v)));
                            }
Пример #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(iface obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }