C# 클래스 IInteractive.MarkupValidator.Problem

파일 보기 프로젝트 열기: iinteractive/IInteractive.WebTest

공개 메소드들

메소드 설명
Problem ( ) : System
Problem ( int Line, int Col, string Message ) : System

메소드 상세

Problem() 공개 메소드

public Problem ( ) : System
리턴 System

Problem() 공개 메소드

public Problem ( int Line, int Col, string Message ) : System
Line int
Col int
Message string
리턴 System