Book a Demo

Author Topic: Does the EA support the keyword "params"  (Read 2082 times)

SmallCharm

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Does the EA support the keyword "params"
« on: March 11, 2005, 08:40:47 am »
How can I generate the code like this:

public void MyString(string[] from,params int[] to)
{
}