[Mono-devel-list] PATCH: wsdl, wsdl2, DefaultWsdlHelpGenerator.aspx, SoapDocumentationHandler.cs with support to multiples languages
Gonzalo Paniagua Javier
gonzalo at ximian.com
Sun Feb 6 22:40:16 EST 2005
On Sun, 2005-02-06 at 17:55 -0400, Rogerio Pereira wrote:
> if(node.Attributes["language"].Value.IndexOf(langId.ToLower()) != -1)
That would find ";c#" to be a valid language ID. you should split the
values and Array.IndexOf afterwards.
Also, please, take a look at the coding style guidelines in
mcs/class/README and follow those conventions.
Thanks.
-Gonzalo
More information about the Mono-devel-list
mailing list