Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Emmet
Engine
Range
C# Class Emmet.Engine.Range
Represents a range of text and mimics Emmet engine range objects.
Exibir arquivo
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.