ArrayExtensions Methods |
The ArrayExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AsReadOnlyT | Return the array as a read-only collection. | |
| ClearT(T) | Clear the array. | |
| ClearT(T, Int32, Int32) | Clear a portion of the array. | |
| FindT | Find an item that matches a condition. | |
| FindAllT | Find all items that match a condition. | |
| FindIndexT(T, PredicateT) | Find an item that matches a condition. | |
| FindIndexT(T, Int32, PredicateT) | Find the index of an item that matches a condition. | |
| FindIndexT(T, Int32, Int32, PredicateT) | Find the index of an item that matches a condition. | |
| FindLastT | Find an item that matches a condition. | |
| FindLastIndexT(T, PredicateT) | Find the index of the last item that matches a condition. | |
| FindLastIndexT(T, Int32, PredicateT) | Find the index of the last item that matches a condition. | |
| FindLastIndexT(T, Int32, Int32, PredicateT) | Find the index of the last item that matches a condition. | |
| IndexOfT(T, T) | Find the index of an item. | |
| IndexOfT(T, T, Int32) | Find the index of an item. | |
| IndexOfT(T, T, Int32, Int32) | Find the index of an item. | |
| LastIndexOfT(T, T) | Find the last index of an item. | |
| LastIndexOfT(T, T, Int32) | Find the last index of an item. | |
| LastIndexOfT(T, T, Int32, Int32) | Find the last index of an item. |