JavaScriptBuildScriptAnnotation Constructors
Class Constructors 1 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
scriptName string The name of the JavaScript package manager's build script. args string[]? The command line arguments for the JavaScript package manager's build script.