JavaScriptInstallCommandAnnotation Constructors
Class Constructors 1 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
args string[] The command line arguments for the JavaScript package manager's install command. This includes the command itself (i.e. "install").