What are the differences between these Array methods
- by Sir Psycho
These static Array methods have me puzzled. They seem to do the same things. Are they available for older legacy code?
Array.IndexOf
Array.FindIndex
Array.LastIndexOf
Array.FindLastIndex