Exemplo n.º 1
0
		public static void Patch(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
Exemplo n.º 2
0
		public static bool SupportsEvent(Class clazz, string name) { throw new NotImplementedException(); }
Exemplo n.º 3
0
		public static bool HasProperty(Class clazz, string name) { throw new NotImplementedException(); }
Exemplo n.º 4
0
		public static bool IsSubClassOf(Class clazz, Class superClass) { throw new NotImplementedException(); }
Exemplo n.º 5
0
		public static bool HasOwnInterface(Class clazz, Interface iface) { throw new NotImplementedException(); }
Exemplo n.º 6
0
		public static bool HasOwnMixin(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
Exemplo n.º 7
0
		public static string GetProperties(Class clazz) { throw new NotImplementedException(); }
Exemplo n.º 8
0
		public static object GetPropertyDefinition(Class clazz, string name) { throw new NotImplementedException(); }
Exemplo n.º 9
0
		public static Interface GetInterfaces(Class clazz) { throw new NotImplementedException(); }
Exemplo n.º 10
0
		public static Mixin GetMixins(Class clazz) { throw new NotImplementedException(); }
Exemplo n.º 11
0
		public static string GetEventType(Class clazz, string name) { throw new NotImplementedException(); }
Exemplo n.º 12
0
		public static Class GetByMixin(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
Exemplo n.º 13
0
		public static Class GetByInterface(Class clazz, Interface iface) { throw new NotImplementedException(); }
Exemplo n.º 14
0
		public static bool IsCompatible(Mixin mixin, Class clazz) { throw new NotImplementedException(); }
Exemplo n.º 15
0
		public static void Assert(Class clazz, Interface iface, bool wrap = false) { throw new NotImplementedException(); }