|
| Name | Description |
|---|
.gif) .gif) | AsReadOnly<(Of <(T>)>) | Returns a read-only wrapper for the specified array. |
.gif) .gif) .gif) .gif) | BinarySearch | Overloaded. Searches a one-dimensional sorted Array for a value, using a binary search algorithm. |
.gif) .gif) .gif) .gif) | Clear | Sets a range of elements in the Array to zero, to false, or to nullNothingnullptra null reference (Nothing in Visual Basic), depending on the element type. |
.gif) .gif) .gif) | Clone | Creates a shallow copy of the Array. |
.gif) .gif) | ConstrainedCopy | Copies a range of elements from an Array starting at the specified source index and pastes them to another Array starting at the specified destination index. Guarantees that all changes are undone if the copy does not succeed completely. |
.gif) .gif) | ConvertAll<(Of <(TInput, TOutput>)>) | Converts an array of one type to an array of another type. |
.gif) .gif) .gif) .gif) | Copy | Overloaded. Copies a range of elements in one Array to another Array and performs type casting and boxing as required. |
.gif) .gif) .gif) | CopyTo | Overloaded. Copies all the elements of the current one-dimensional Array to the specified one-dimensional Array. |
.gif) .gif) .gif) .gif) | CreateInstance | Overloaded. Initializes a new instance of the Array class. |
.gif) .gif) .gif) | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
.gif) .gif) | Exists<(Of <(T>)>) | Determines whether the specified array contains elements that match the conditions defined by the specified predicate. |
.gif) .gif) .gif) | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
.gif) .gif) | Find<(Of <(T>)>) | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire Array. |
.gif) .gif) | FindAll<(Of <(T>)>) | Retrieves all the elements that match the conditions defined by the specified predicate. |
.gif) .gif) | FindIndex | Overloaded. Searches for an element that matches the conditions defined by a specified predicate, and returns the zero-based index of the first occurrence within an Array or a portion of it. |
.gif) .gif) | FindLast<(Of <(T>)>) | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire Array. |
.gif) .gif) | FindLastIndex | Overloaded. Searches for an element that matches the conditions defined by a specified predicate, and returns the zero-based index of the last occurrence within an Array or a portion of it. |
.gif) .gif) | ForEach<(Of <(T>)>) | Performs the specified action on each element of the specified array. |
.gif) .gif) .gif) | GetEnumerator | Returns an IEnumerator for the Array. |
.gif) .gif) .gif) | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
.gif) .gif) .gif) | GetLength | Gets a 32-bit integer that represents the number of elements in the specified dimension of the Array. |
.gif) | GetLongLength | Gets a 64-bit integer that represents the number of elements in the specified dimension of the Array. |
.gif) .gif) .gif) | GetLowerBound | Gets the lower bound of the specified dimension in the Array. |
.gif) .gif) .gif) | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
.gif) .gif) .gif) | GetUpperBound | Gets the upper bound of the specified dimension in the Array. |
.gif) .gif) .gif) | GetValue | Overloaded. Gets the value of the specified element in the current Array. |
.gif) .gif) .gif) .gif) | IndexOf | Overloaded. Returns the index of the first occurrence of a value in a one-dimensional Array or in a portion of the Array. |
.gif) .gif) .gif) | Initialize | Initializes every element of the value-type Array by calling the default constructor of the value type. |
.gif) .gif) .gif) .gif) | LastIndexOf | Overloaded. Returns the index of the last occurrence of a value in a one-dimensional Array or in a portion of the Array. |
.gif) .gif) .gif) | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
.gif) .gif) .gif) .gif) | Resize<(Of <(T>)>) | Changes the size of an array to the specified new size. |
.gif) .gif) .gif) .gif) | Reverse | Overloaded. Reverses the order of the elements in a one-dimensional Array or in a portion of the Array. |
.gif) .gif) .gif) | SetValue | Overloaded. Sets the specified element in the current Array to the specified value. |
.gif) .gif) .gif) .gif) | Sort | Overloaded. Sorts the elements in one-dimensional Array objects. |
.gif) .gif) .gif) | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
.gif) .gif) .gif) .gif) | TrueForAll<(Of <(T>)>) | Determines whether every element in the array matches the conditions defined by the specified predicate. |