C# Класс WebMarkupMin.Core.Utilities.SourceCodeNodeCoordinates

Source code node coordinates
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Empty SourceCodeNodeCoordinates

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

Метод Описание
SourceCodeNodeCoordinates ( int lineNumber, int columnNumber )

Constructs instance of source code node coordinates

Описание методов

SourceCodeNodeCoordinates() публичный Метод

Constructs instance of source code node coordinates
public SourceCodeNodeCoordinates ( int lineNumber, int columnNumber )
lineNumber int Line number
columnNumber int Column number

Описание свойств

Empty публичное статическое свойство

Represents a node coordinates that has line number and column number values set to zero.
public static SourceCodeNodeCoordinates,WebMarkupMin.Core.Utilities Empty
Результат SourceCodeNodeCoordinates