| Home | Biography | Speaking | Articles | Books | Music |
Does anyone know if you can add metadata to a class or its members in JScript.NET? It doesn’t appear that you can, but under the var description, it shows the following template:
[attributes] [modifiers] var name1 [: type1] [= value1] [, ... [, nameN [: typeN] [= valueN].]]
I’m assuming [attributes] refers to the accessibility attributes, but then why is the [modifiers] section there? If someone’s a JScript.NET expert out there to clarify this for me I’d greatly appreciate it - thanks in advance.
Published: 10.30.2002 12:52:00 PM CST