[stringtemplate-interest] (no subject)
Jon Nilsson
jonhansnilsson at hotmail.com
Sat Nov 20 22:08:48 PST 2010
It looks like setAttribute() can handle only up to 5 arguments in StringTemplate C# 3.2.
It is causing a problem when I need to do the following: rect.SetAttribute("rectangle.{arrayname, index, x, y, width, height}", "MyArray", 0, 100, 100, 32, 34);
What do you recommend?
According the the documentation: "The various overloads of the setAttribute() method can handle from 1 to 5 arguments. The C# version uses variable-length argument list (using params keyword)." http://www.stringtemplate.org/wiki/display/ST/Expressions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20101121/e34fe90b/attachment.html
More information about the stringtemplate-interest
mailing list