JavaScriptInstallCommandAnnotation Constructors
ClassConstructors1 member
Represents the annotation for the JavaScript package manager's install command.
Constructor(string[])Section titled Constructor(string[]) Represents the annotation for the JavaScript package manager's install command.
public sealed class JavaScriptInstallCommandAnnotation{ public JavaScriptInstallCommandAnnotation( string[] args) { // ... }}Parameters
argsstring[] The command line arguments for the JavaScript package manager's install command. This includes the command itself (i.e. "install").