C# 클래스 WebMarkupMin.Core.MinificationResultBase

Base class for the minification results
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

보호된 메소드들

메소드 설명
MinificationResultBase ( string minifiedContent ) : System.Collections.Generic

Constructs instance of minification result

MinificationResultBase ( string minifiedContent, IList errors ) : System.Collections.Generic

Constructs instance of minification result

MinificationResultBase ( string minifiedContent, IList errors, IList warnings ) : System.Collections.Generic

Constructs instance of minification result

메소드 상세

MinificationResultBase() 보호된 메소드

Constructs instance of minification result
protected MinificationResultBase ( string minifiedContent ) : System.Collections.Generic
minifiedContent string Minified content
리턴 System.Collections.Generic

MinificationResultBase() 보호된 메소드

Constructs instance of minification result
protected MinificationResultBase ( string minifiedContent, IList errors ) : System.Collections.Generic
minifiedContent string Minified content
errors IList List of the errors
리턴 System.Collections.Generic

MinificationResultBase() 보호된 메소드

Constructs instance of minification result
protected MinificationResultBase ( string minifiedContent, IList errors, IList warnings ) : System.Collections.Generic
minifiedContent string Minified content
errors IList List of the errors
warnings IList List of the warnings
리턴 System.Collections.Generic