public static void Patch(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
public static Class GetByMixin(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
public static bool HasOwnMixin(Class clazz, Mixin mixin) { throw new NotImplementedException(); }
public static bool IsCompatible(Mixin mixin, Class clazz) { throw new NotImplementedException(); }
public static JsArray Flatten(Mixin mixins = null) { throw new NotImplementedException(); }
public static bool CheckCompatibility(Mixin mixins) { throw new NotImplementedException(); }