C# Class Emmet.Engine.Range

Represents a range of text and mimics Emmet engine range objects.
ファイルを表示 Open project: sergey-rybalkin/emmet.net Class Usage Examples

Public Methods

Method Description
Range ( int start, int end )

Initializes a new instance of the Range struct.

Method Details

Range() public method

Initializes a new instance of the Range struct.
public Range ( int start, int end )
start int The start position of the range.
end int The end position of the range.