Constructs an object of the given name, localized ID, and help topic.
Public Sub New( globalName As string, localizedNameId As string, helpTopic As string )
public LispFunctionAttribute( string globalName, string localizedNameId, string helpTopic );
|
Parameters |
Description |
|
string globalName |
Input global name of the Lisp function. |
|
string localizedNameId |
Input the localized name of the Lisp function. |
|
string helpTopic |
Input help topic string for this function. |
| Comments? |