JavaScriptBuildScriptAnnotation Constructors
ClassConstructors1 member
Represents the annotation for the JavaScript package manager's build script.
Constructor(string, string[]?)Section titled Constructor(string, string[]?) Represents the annotation for the JavaScript package manager's build script.
public sealed class JavaScriptBuildScriptAnnotation{ public JavaScriptBuildScriptAnnotation( string scriptName, string[]? args) { // ... }}Parameters
scriptNamestringThe name of the JavaScript package manager's build script.argsstring[]?The command line arguments for the JavaScript package manager's build script.