Why do you state As far as I know, these methods are not defined in .net core. (I use PowerShell 7)? Really:
$PSVersionTable.PSVersion | Out-Default
$arr = 1..2
$arr.GetType() | Get-Member -MemberType Methods -Static
Major Minor Patch PreReleaseLabel BuildLabel
----- ----- ----- --------------- ----------
7 0 3
TypeName: System.Object[]
Name MemberType Definition
---- ---------- ----------
AsReadOnly Method static System.Collections.ObjectModel.ReadOnlyCollection[T] …
BinarySearch Method static int BinarySearch[T](T[] array, int index, int length,…
Clear Method static void Clear(array array, int index, int length)
ConstrainedCopy Method static void ConstrainedCopy(array sourceArray, int sourceInd…
ConvertAll Method static TOutput[] ConvertAll[TInput, TOutput](TInput[] array,…
Copy Method static void Copy(array sourceArray, array destinationArray, …
CreateInstance Method static array CreateInstance(type elementType, int length), s…
Empty Method static T[] Empty[T]()
Equals Method static bool Equals(System.Object objA, System.Object objB)
Exists Method static bool Exists[T](T[] array, System.Predicate[T] match)
Fill Method static void Fill[T](T[] array, T value), static void Fill[T]…
Find Method static T Find[T](T[] array, System.Predicate[T] match)
FindAll Method static T[] FindAll[T](T[] array, System.Predicate[T] match)
FindIndex Method static int FindIndex[T](T[] array, System.Predicate[T] match…
FindLast Method static T FindLast[T](T[] array, System.Predicate[T] match)
FindLastIndex Method static int FindLastIndex[T](T[] array, System.Predicate[T] m…
ForEach Method static void ForEach[T](T[] array, System.Action[T] action)
IndexOf Method static int IndexOf(array array, System.Object value), static…
LastIndexOf Method static int LastIndexOf(array array, System.Object value), st…
new Method System.Object[] new(int )
ReferenceEquals Method static bool ReferenceEquals(System.Object objA, System.Objec…
Resize Method static void Resize[T]([ref] T[] array, int newSize)
Reverse Method static void Reverse(array array), static void Reverse(array …
Sort Method static void Sort(array array), static void Sort(array keys, …
TrueForAll Method static bool TrueForAll[T](T[] array, System.Predicate[T] mat…