[Mono-devel-list] Keyword "partial"?
Sebastian Hoehn
shoehn at web.de
Tue Jul 5 04:28:38 EDT 2005
Hi,
this is perhaps a little bit off-topic, but I wrote a parser for C# and it complains about the following declaration:
bool partial = xyz;
This is due to the fact that partial is "half a keyword" which indicates partial type definitions. Why does the mono compiler accept this? Is it correct behavior to accept this (it is obvious that this cannot be a partial typedef, but why is this)?
Thanks for helping,
Sebastian
More information about the Mono-devel-list
mailing list