C# 클래스 NVelocity.Util.Introspection.Info

Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations *
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity 1 사용 예제들

공개 메소드들

메소드 설명
Info ( String source, int line, int column ) : System
ToString ( ) : String

Formats a textual representation of this object as SOURCE [line X, column Y].

메소드 상세

Info() 공개 메소드

public Info ( String source, int line, int column ) : System
source String Usually a template name. ///
line int The line number from source. ///
column int The column number from source. /// ///
리턴 System

ToString() 공개 메소드

Formats a textual representation of this object as SOURCE [line X, column Y].
public ToString ( ) : String
리턴 String