[Mono-list] Regex
Mark Derricutt
mark@talios.com
Tue, 28 Jan 2003 00:44:35 +1300
Hmmm, then the C# Essentials book I got is wrong cause it usess Group. And
someone on IRC just said it was Group as well.
Hmmm, changing to:
Group g = m.Groups( gnums[0] );
now returns:
mp3lister.cs(48) error CS0119: Expression denotes a `property access' where
a `method group' was expected
Hmmm.
--On Monday, January 27, 2003 12:24:54 +0100 Gonzalo Paniagua Javier
<gonzalo@ximian.com> wrote:
> The property in Match is not Group, it's Groups.