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 *
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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