C# Class Emmet.Engine.Range

Represents a range of text and mimics Emmet engine range objects.
Afficher le fichier Open project: sergey-rybalkin/emmet.net Class Usage Examples

Méthodes publiques

Méthode Description
Range ( int start, int end )

Initializes a new instance of the Range struct.

Method Details

Range() public méthode

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.