1
0
Fork 0
forked from aly/qstbak

muffin v7.5.11

This commit is contained in:
alydev 2026-08-17 20:29:32 +10:00
parent addf2d530f
commit 3102923ce2
522 changed files with 41082 additions and 211592 deletions

View file

@ -20,7 +20,7 @@ internal sealed class _003C_003Ez__ReadOnlyArray<T> : IEnumerable, ICollection,
}
set
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
}
@ -44,7 +44,7 @@ internal sealed class _003C_003Ez__ReadOnlyArray<T> : IEnumerable, ICollection,
}
set
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
}
@ -55,47 +55,47 @@ internal sealed class _003C_003Ez__ReadOnlyArray<T> : IEnumerable, ICollection,
IEnumerator IEnumerable.GetEnumerator()
{
return _200F_206A_202D_200D_200C_200C_200C_202C_202B_202A_202E_200D_202B_202C_202E_202B_206D_202B_206F_200E_200B_200D_200E_200E_202A_202D_202A_206D_200C_202A_202B_206F_200B_202D_202E_202D_202E_202D_202C_200C_202E((IEnumerable)_items);
return ((IEnumerable)_items).GetEnumerator();
}
void ICollection.CopyTo(Array array, int index)
{
_206D_202E_200E_202A_202C_206B_200D_206B_206F_202A_206F_206E_206B_200C_200D_206F_200E_206D_206A_202B_202B_202D_206E_206B_200E_202D_200E_206A_206A_206F_206A_200D_200B_200C_200F_202B_200E_206E_200D_202E((ICollection)_items, array, index);
((ICollection)_items).CopyTo(array, index);
}
int IList.Add(object? value)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
void IList.Clear()
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
bool IList.Contains(object? value)
{
return _202D_206E_202B_200D_202B_206A_200B_200C_200C_206F_200C_200D_206F_202C_200E_200B_200B_202C_202E_200F_200E_202C_206E_200F_202B_200B_206E_200F_202E_202E_202D_206F_200E_200C_206C_206E_200D_202E_202E_200E_202E((IList)_items, value);
return ((IList)_items).Contains(value);
}
int IList.IndexOf(object? value)
{
return _200B_202D_206E_202A_202E_200E_202A_200D_206D_206A_206C_200D_202A_202D_202C_202C_200F_206A_202E_206A_202D_200E_200F_206B_206B_200D_202C_202C_206D_206D_202A_200E_206A_200C_200E_206C_200C_206D_206E_202E((IList)_items, value);
return ((IList)_items).IndexOf(value);
}
void IList.Insert(int index, object? value)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
void IList.Remove(object? value)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
void IList.RemoveAt(int index)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
IEnumerator<T> IEnumerable<T>.GetEnumerator()
@ -105,12 +105,12 @@ internal sealed class _003C_003Ez__ReadOnlyArray<T> : IEnumerable, ICollection,
void ICollection<T>.Add(T item)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
void ICollection<T>.Clear()
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
bool ICollection<T>.Contains(T item)
@ -125,7 +125,7 @@ internal sealed class _003C_003Ez__ReadOnlyArray<T> : IEnumerable, ICollection,
bool ICollection<T>.Remove(T item)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
int IList<T>.IndexOf(T item)
@ -135,36 +135,11 @@ internal sealed class _003C_003Ez__ReadOnlyArray<T> : IEnumerable, ICollection,
void IList<T>.Insert(int index, T item)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
throw new NotSupportedException();
}
void IList<T>.RemoveAt(int index)
{
throw _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E();
}
static IEnumerator _200F_206A_202D_200D_200C_200C_200C_202C_202B_202A_202E_200D_202B_202C_202E_202B_206D_202B_206F_200E_200B_200D_200E_200E_202A_202D_202A_206D_200C_202A_202B_206F_200B_202D_202E_202D_202E_202D_202C_200C_202E(IEnumerable P_0)
{
return P_0.GetEnumerator();
}
static void _206D_202E_200E_202A_202C_206B_200D_206B_206F_202A_206F_206E_206B_200C_200D_206F_200E_206D_206A_202B_202B_202D_206E_206B_200E_202D_200E_206A_206A_206F_206A_200D_200B_200C_200F_202B_200E_206E_200D_202E(ICollection P_0, Array P_1, int P_2)
{
P_0.CopyTo(P_1, P_2);
}
static NotSupportedException _206D_202A_206A_202B_206A_206A_206B_206F_200F_206A_206E_206C_202C_200D_200B_202A_206E_200E_202A_200F_206E_200F_202D_200B_202D_202E_202D_206F_202B_206A_202A_206E_200C_200D_202A_206F_200C_202A_206D_206C_202E()
{
return new NotSupportedException();
}
static bool _202D_206E_202B_200D_202B_206A_200B_200C_200C_206F_200C_200D_206F_202C_200E_200B_200B_202C_202E_200F_200E_202C_206E_200F_202B_200B_206E_200F_202E_202E_202D_206F_200E_200C_206C_206E_200D_202E_202E_200E_202E(IList P_0, object P_1)
{
return P_0.Contains(P_1);
}
static int _200B_202D_206E_202A_202E_200E_202A_200D_206D_206A_206C_200D_202A_202D_202C_202C_200F_206A_202E_206A_202D_200E_200F_206B_206B_200D_202C_202C_206D_206D_202A_200E_206A_200C_200E_206C_200C_206D_206E_202E(IList P_0, object P_1)
{
return P_0.IndexOf(P_1);
throw new NotSupportedException();
}
}