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 *
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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. /// ///
Résultat System

ToString() public méthode

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