The HashAlgorithmCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds a HashAlgorithm to the end of the List. |
![]() | AddRange | Adds the elements of the specified collection to the end of the List. |
![]() | AsReadOnly | Returns a read-only IList<(Of <(T>)>) wrapper for the current collection. (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | BinarySearch | Overloaded. |
![]() | Clear | Removes all elements from the List. |
![]() | Contains | Determines whether an element is in the List<(Of <(T>)>). (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | ConvertAll<(Of <(TOutput>)>) | Converts the elements in the current List<(Of <(T>)>) to another type, and returns a list containing the converted elements. (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | CopyTo | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | Exists | Determines whether the List<(Of <(T>)>) contains elements that match the conditions defined by the specified predicate. (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | 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.) |
![]() | Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List<(Of <(T>)>). (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | FindIndex | Overloaded. |
![]() | FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List<(Of <(T>)>). (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | FindLastIndex | Overloaded. |
![]() | ForEach | Performs the specified action on each element of the List<(Of <(T>)>). (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | GetEnumerator | Returns an enumerator that iterates through the List<(Of <(T>)>). (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRange | Creates a shallow copy of a range of elements in the source List<(Of <(T>)>). (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Overloaded. |
![]() | Insert | Inserts a HashAlgorithm into the List at the specified index. |
![]() | InsertRange | Inserts the elements of a collection into the List at the specified index. |
![]() | LastIndexOf | Overloaded. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnChanged | Triggers the Changed event for this List. |
![]() | Remove | Removes the first occurrence of a specific HashAlgorithm from the List. |
![]() | RemoveAll | Removes the all the elements that match the conditions defined by the specified predicate. |
![]() | RemoveAt | Removes the HashAlgorithm at the specified index of the List. |
![]() | RemoveRange | Removes a range of elements from the List. |
![]() | Reverse | Overloaded. |
![]() | Sort | Overloaded. |
![]() | ToArray | Copies the elements of the List<(Of <(T>)>) to a new array. (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | ToString | (Inherited from Object.) |
![]() | TrimExcess | Sets the capacity to the actual number of elements in the List<(Of <(T>)>), if that number is less than a threshold value. (Inherited from List<(Of <(HashAlgorithm>)>).) |
![]() | TrueForAll | Determines whether every element in the List<(Of <(T>)>) matches the conditions defined by the specified predicate. (Inherited from List<(Of <(HashAlgorithm>)>).) |