Пример #1
0
		public static void Patch(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
Пример #2
0
		public static Class GetByMixin(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
Пример #3
0
		public static bool HasOwnMixin(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
Пример #4
0
 public static bool HasOwnMixin(Class clazz, Mixin mixin)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public static void Patch(Class clazz, Mixin mixin)
 {
     throw new NotImplementedException();
 }
Пример #6
0
		public static bool IsCompatible(Mixin mixin, Class clazz) { throw new NotImplementedException(); }
Пример #7
0
 public static Class GetByMixin(Class clazz, Mixin mixin)
 {
     throw new NotImplementedException();
 }
Пример #8
0
		public static JsArray Flatten(Mixin mixins = null) { throw new NotImplementedException(); }
Пример #9
0
		public static bool CheckCompatibility(Mixin mixins) { throw new NotImplementedException(); }
Пример #10
0
 public static JsArray Flatten(Mixin mixins = null)
 {
     throw new NotImplementedException();
 }
Пример #11
0
 public static bool CheckCompatibility(Mixin mixins)
 {
     throw new NotImplementedException();
 }
Пример #12
0
 public static bool IsCompatible(Mixin mixin, Class clazz)
 {
     throw new NotImplementedException();
 }