Method | Description | |
---|---|---|
MinificationResultBase ( string minifiedContent ) : System.Collections.Generic |
Constructs instance of minification result
|
|
MinificationResultBase ( string minifiedContent, IList |
Constructs instance of minification result
|
|
MinificationResultBase ( string minifiedContent, IList |
Constructs instance of minification result
|
protected MinificationResultBase ( string minifiedContent ) : System.Collections.Generic | ||
minifiedContent | string | Minified content |
return | System.Collections.Generic |
protected MinificationResultBase ( string minifiedContent, IList |
||
minifiedContent | string | Minified content |
errors | IList |
List of the errors |
return | System.Collections.Generic |
protected MinificationResultBase ( string minifiedContent, IList |
||
minifiedContent | string | Minified content |
errors | IList |
List of the errors |
warnings | IList |
List of the warnings |
return | System.Collections.Generic |