C# Class 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 *
Mostrar archivo Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
Info ( String source, int line, int column ) : System
ToString ( ) : String

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

Method Details

Info() public method

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. /// ///
return System

ToString() public method

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