Class WithOperator
Represents a NuGetLicenseExpression that's a WITH operator. It has a License and Exception.
public class WithOperator : LicenseOperator
- Inheritance
-
WithOperator
- Inherited Members
- Extension Methods
Constructors
WithOperator(NuGetLicense, NuGetLicenseException)
public WithOperator(NuGetLicense license, NuGetLicenseException exception)
Parameters
license
NuGetLicenseexception
NuGetLicenseException
Properties
Exception
The exception.
public NuGetLicenseException Exception { get; }
Property Value
License
The license.
public NuGetLicense License { get; }
Property Value
Methods
ToString()
public override string ToString()