ScriptLanguageAttribute constructor

Attribute to specify the script language for a method or delegate.

public ScriptLanguageAttribute(ScriptLanguage lang)
parameter description
lang The script language to associate with the method or delegate.

Remarks

Initializes a new instance of the ScriptLanguageAttribute class.

See Also