What are the differences between these Array methods

Posted by Sir Psycho on Stack Overflow See other posts from Stack Overflow or by Sir Psycho
Published on 2010-05-29T06:13:08Z Indexed on 2010/05/29 6:22 UTC
Read the original article Hit count: 222

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about arrays