'System.Text.RegularExpressions.MatchCollection' does not contain a definition f

  • Thread starter Thread starter Ian Payne
  • Start date Start date
I

Ian Payne

Documentation says it does:
Quickwatch lists it (but <cannot view indexed property> as
expected)

So how come the compiler throws an error?
I can of course work round it (in C#) with myMatches[n],
but tend to use the Item property by default.

Ian
 
Back
Top