whe开发者_Go百科n you use a startIndex in a IndoexOf method if not match is found does it return -1 or your startIndex? I ran this in my code and want to make sure what I got is right.
It returns -1 if no match is found. It clearly says so in the docs.
It will return -1 just like in the other overload of IndexOf. A quick way to find answers to things like this is a great little app called LinqPad, which allows you to write and run little snippets of code on the fly.
精彩评论