Ejemplo n.º 1
0
		public static bool ImplementsInterface(object obj, Interface iface) { throw new NotImplementedException(); }
Ejemplo n.º 2
0
		public static bool HasOwnInterface(Class clazz, Interface iface) { throw new NotImplementedException(); }
Ejemplo n.º 3
0
		public static Class GetByInterface(Class clazz, Interface iface) { throw new NotImplementedException(); }
Ejemplo n.º 4
0
		public static JsArray Flatten(Interface ifaces = null) { throw new NotImplementedException(); }
Ejemplo n.º 5
0
		public static void AssertObject(qx.core.Object objectx, Interface iface) { throw new NotImplementedException(); }
Ejemplo n.º 6
0
		public static void Assert(Class clazz, Interface iface, bool wrap = false) { throw new NotImplementedException(); }