C# 클래스 Emmet.Engine.Range

Represents a range of text and mimics Emmet engine range objects.
파일 보기 프로젝트 열기: sergey-rybalkin/emmet.net 1 사용 예제들

공개 메소드들

메소드 설명
Range ( int start, int end )

Initializes a new instance of the Range struct.

메소드 상세

Range() 공개 메소드

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.