[Mono-list] Does Mono Support Partial Methods?
Jeffrey Stedfast
fejj at novell.com
Tue Oct 21 09:30:20 EDT 2008
On Mon, 2008-10-20 at 20:08 -0700, used2could wrote:
> I am trying to use some classes that contain partial methods (not to be
> confused with partial classes) and i am getting a compilation Error: Feature
> 'partial methods' cannot be used because it is not part of the C# 2.0
> language spec...
Sounds like you might be using mcs instead of gmcs?
Make sure you are using the gmcs compiler, mcs is for .NET 1.1
Jeff
More information about the Mono-list
mailing list