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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top