[Mono-devel-list] Html32TextWriter
Marcus
mathpup at mylinuxisp.com
Fri May 7 03:08:05 EDT 2004
"value" is not a keyword in C#. The list of C# keywords is found in section
9.4.3.
The only restriction I have found regarding the identifier "value" is that it
is a compile time error for a local variable in a property setter to have the
name "value" (17.6.2, end of third complete paragraph).
On Friday 07 May 2004 1:41 am, Rob.Tillie at Student.tUL.EDU wrote:
> Hey Matthijs,
>
> Have you tried compiling it? In my opinion this line is illegal:
>
> protected override bool OnStyleAttributeRender (string name, string value,
> HtmlTextWriterStyle key)
>
> value is a C# keyword, is it allowed as a parameter name?
More information about the Mono-devel-list
mailing list