[]An array of objectsClassCompareDelegateA type that represents a reference to a method with a parameter list and return typeCompareFieldDelegateA type that represents a reference to a method with a parameter list and return typeFindDelegateA type that represents a reference to a method with a parameter list and return typeMethodpublic bool Array.Contains(value)Returns true if the element is present in the containerpublic object Array.FindCount(delegate bool FindDelegate(value) predicate, int maxcount=null)Find the number of matching itemspublic int Array.FindElementIndex(value)Returns the index of the first matching element (-1 if none)public Array.FindFirst(delegate bool FindDelegate(value) predicate)Returns the first matching element or null if not foundpublic int Array.FindFirstIndex(delegate bool FindDelegate(value) predicate)Returns the index of first matching element or -1 if no matchpublic object Array.FindIndex(delegate bool FindDelegate(value) predicate, int maxcount=null)Returns a range list of matching elementspublic Array.FindMaxReturns the maximum value or nullpublic Array.FindMinReturns the minimum value or nullpublic [] Array.FindSlice(delegate bool FindDelegate(value) predicate, int maxcount=null)Returns an array comprising matching elementspublic Array.FirstElementReturns the first element or nullpublic Attribute Array.GetEachTypeGet the iterated typepublic [] Array.Insert(range, value)Return an array that has the specified elements inserted
public Array.LastElementReturns the last element or nullpublic [] Array.Remove(range)Return an array that has the element range deletedpublic [] Array.ReverseReturn an array with the elements in reverse orderpublic [] Array.Revise(range, revision)Revise an element range of a listpublic [] Array.Slice(range)Return an array with elements in the specified rangepublic [] Array.Substitute(range, value)Return an array that has the specified range of elements replaced with the specified valuepublic [] Array.ToArrayReturns the current values to an arraypublic [] Array.ToSortedArray(bool descending=false, delegate int CompareDelegate(v1, v2) comparedelegate=null)Returns a new array in sorted orderpublic [] Array.ToSortedArrayField(bool descending, delegate CompareFieldDelegate(value) comparedelegatefield)Returns a new array in sorted order