Enum LicenseExpressionType
Represents the expression type of a NuGetLicenseExpression. License type means that it's a NuGetLicense. Operator means that it's a LicenseOperator
public enum LicenseExpressionType
Fields
License = 0
Operator = 1
Represents the expression type of a NuGetLicenseExpression. License type means that it's a NuGetLicense. Operator means that it's a LicenseOperator
public enum LicenseExpressionType
License = 0
Operator = 1